Comment out 2 problematic tabs
This commit is contained in:
parent
f87594e7af
commit
ee641f5cd2
1 changed files with 4 additions and 4 deletions
|
|
@ -216,11 +216,11 @@ export default {
|
||||||
component: settingsContent,
|
component: settingsContent,
|
||||||
class: "uk-margin-auto-top"
|
class: "uk-margin-auto-top"
|
||||||
},
|
},
|
||||||
{
|
/*{
|
||||||
id: "logging",
|
id: "logging",
|
||||||
icon: "assignment_late",
|
icon: "assignment_late",
|
||||||
component: loggingContent
|
component: loggingContent
|
||||||
},
|
},*/
|
||||||
{
|
{
|
||||||
id: "about",
|
id: "about",
|
||||||
icon: "info",
|
icon: "info",
|
||||||
|
|
@ -267,12 +267,12 @@ export default {
|
||||||
icon: "visibility",
|
icon: "visibility",
|
||||||
component: viewContent
|
component: viewContent
|
||||||
},
|
},
|
||||||
{
|
/*{
|
||||||
id: "gallery",
|
id: "gallery",
|
||||||
icon: "photo_library",
|
icon: "photo_library",
|
||||||
component: galleryContent,
|
component: galleryContent,
|
||||||
divide: true // Add a divider after this tab icon
|
divide: true // Add a divider after this tab icon
|
||||||
},
|
},*/
|
||||||
{
|
{
|
||||||
id: "navigate",
|
id: "navigate",
|
||||||
icon: "gamepad",
|
icon: "gamepad",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue