Fix bug where View pane isn't loaded when app is first opened
This commit is contained in:
parent
10379b97f8
commit
8318d9daad
2 changed files with 6 additions and 5 deletions
|
|
@ -212,27 +212,27 @@ export default {
|
|||
topTabs: function() {
|
||||
let tabs = [
|
||||
{
|
||||
id: "View",
|
||||
id: "view",
|
||||
icon: "visibility",
|
||||
component: viewContent
|
||||
},
|
||||
{
|
||||
id: "Navigate",
|
||||
id: "navigate",
|
||||
icon: "gamepad",
|
||||
component: navigateContent
|
||||
},
|
||||
{
|
||||
id: "Background Detect",
|
||||
id: "background detect",
|
||||
icon: "background_replace",
|
||||
component: backgroundDetectContent
|
||||
},
|
||||
{
|
||||
id: "Slide Scan",
|
||||
id: "slide scan",
|
||||
icon: "settings_overscan",
|
||||
component: slideScanContent
|
||||
},
|
||||
{
|
||||
id: "Scan List",
|
||||
id: "scan list",
|
||||
icon: "photo_library",
|
||||
component: ScanListContent
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ export default {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 85%;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue