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

@ -214,6 +214,11 @@ export default {
icon: "gamepad", icon: "gamepad",
component: navigateContent component: navigateContent
}, },
{
id: "background_detect",
icon: "background_replace",
component: backgroundDetectContent
},
{ {
id: "slide scan", id: "slide scan",
icon: "settings_overscan", icon: "settings_overscan",
@ -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) {