Reorder GUI tabs to match the order of use

This commit is contained in:
jaknapper 2025-04-07 18:18:16 +01:00
parent 26d488e75f
commit 3e82286245

View file

@ -215,7 +215,12 @@ export default {
component: navigateContent component: navigateContent
}, },
{ {
id: "slidescan", id: "background_detect",
icon: "background_replace",
component: backgroundDetectContent
},
{
id: "slide scan",
icon: "settings_overscan", icon: "settings_overscan",
component: slideScanContent component: slideScanContent
}, },
@ -223,11 +228,6 @@ export default {
id: "scanlist", id: "scanlist",
icon: "photo_library", icon: "photo_library",
component: ScanListContent component: ScanListContent
},
{
id: "background_detect",
icon: "background_replace",
component: backgroundDetectContent
} }
]; ];
if (!this.$store.state.galleryEnabled) { if (!this.$store.state.galleryEnabled) {