Reorder GUI tabs to match the order of use
This commit is contained in:
parent
26d488e75f
commit
3e82286245
1 changed files with 6 additions and 6 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue