fix: only 1 nexus page for style
This commit is contained in:
parent
323442020e
commit
c4b932b910
1 changed files with 2 additions and 8 deletions
|
|
@ -8,15 +8,9 @@ QtObject {
|
|||
readonly property list<var> pages: [
|
||||
// Appearance
|
||||
{
|
||||
label: qsTr("Look & feel"),
|
||||
label: qsTr("Wallpaper & style"),
|
||||
icon: "palette",
|
||||
description: qsTr("Fonts, colours, transparency"),
|
||||
category: "appearance"
|
||||
},
|
||||
{
|
||||
label: qsTr("Wallpaper & widgets"),
|
||||
icon: "wallpaper",
|
||||
description: qsTr("Wallpaper, desktop widgets"),
|
||||
description: qsTr("Wallpaper, fonts, colours"),
|
||||
category: "appearance"
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue