Settings: really hide the misc tab
This commit is contained in:
parent
70211db9ff
commit
82b9a69f42
1 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ NLoader {
|
||||||
}, {
|
}, {
|
||||||
"id": root.tabsIds.NETWORK,
|
"id": root.tabsIds.NETWORK,
|
||||||
"label": "Network",
|
"label": "Network",
|
||||||
"icon": "wifi",
|
"icon": "lan",
|
||||||
"source": "Tabs/Network.qml"
|
"source": "Tabs/Network.qml"
|
||||||
}, {
|
}, {
|
||||||
"id": root.tabsIds.AUDIO,
|
"id": root.tabsIds.AUDIO,
|
||||||
|
|
@ -258,7 +258,7 @@ NLoader {
|
||||||
NText {
|
NText {
|
||||||
text: modelData.label
|
text: modelData.label
|
||||||
color: selected ? Colors.onAccent : (tabItem.hovering ? Colors.onAccent : Colors.textPrimary)
|
color: selected ? Colors.onAccent : (tabItem.hovering ? Colors.onAccent : Colors.textPrimary)
|
||||||
font.pointSize: Style.fontSizeLarge * scaling
|
font.pointSize: Style.fontSizeMedium * scaling
|
||||||
font.weight: Style.fontWeightBold
|
font.weight: Style.fontWeightBold
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
@ -336,7 +336,7 @@ NLoader {
|
||||||
Tabs.Display {}
|
Tabs.Display {}
|
||||||
Tabs.Wallpaper {}
|
Tabs.Wallpaper {}
|
||||||
Tabs.WallpaperSelector {}
|
Tabs.WallpaperSelector {}
|
||||||
Tabs.Misc {}
|
//Tabs.Misc {}
|
||||||
Tabs.About {}
|
Tabs.About {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue