From 3e8228624523f02a991e6b071d2d69e99d3a65c0 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Mon, 7 Apr 2025 18:18:16 +0100 Subject: [PATCH] Reorder GUI tabs to match the order of use --- webapp/src/components/appContent.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/src/components/appContent.vue b/webapp/src/components/appContent.vue index fbc0e169..94592187 100644 --- a/webapp/src/components/appContent.vue +++ b/webapp/src/components/appContent.vue @@ -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) {