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