Remove IHI slidescan from features settings

This commit is contained in:
Richard Bowman 2023-12-15 01:22:21 +00:00
parent c8906008ed
commit b23d6043c5
3 changed files with 4 additions and 41 deletions

View file

@ -279,22 +279,14 @@ export default {
component: navigateContent
},
{
id: "capture",
icon: "camera_alt",
component: captureContent,
divide: true // Add a divider after this tab icon
}
];
if (!this.$store.state.galleryEnabled) {
tabs = tabs.filter(tab => tab.id != "gallery");
}
if (this.$store.state.IHIEnabled) {
tabs.push({
id: "slidescan",
icon: "settings_overscan",
component: slideScanContent,
divide: true
});
}
];
if (!this.$store.state.galleryEnabled) {
tabs = tabs.filter(tab => tab.id != "gallery");
}
if (this.$store.state.imjoyEnabled) {
tabs.push({