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: [
|
readonly property list<var> pages: [
|
||||||
// Appearance
|
// Appearance
|
||||||
{
|
{
|
||||||
label: qsTr("Look & feel"),
|
label: qsTr("Wallpaper & style"),
|
||||||
icon: "palette",
|
icon: "palette",
|
||||||
description: qsTr("Fonts, colours, transparency"),
|
description: qsTr("Wallpaper, fonts, colours"),
|
||||||
category: "appearance"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: qsTr("Wallpaper & widgets"),
|
|
||||||
icon: "wallpaper",
|
|
||||||
description: qsTr("Wallpaper, desktop widgets"),
|
|
||||||
category: "appearance"
|
category: "appearance"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue