From c4b932b91081ac11bd1e7fed92244b15b1fc357d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:02:22 +1000 Subject: [PATCH] fix: only 1 nexus page for style --- modules/nexus/PageRegistry.qml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/nexus/PageRegistry.qml b/modules/nexus/PageRegistry.qml index 134ab7f5..11985aa4 100644 --- a/modules/nexus/PageRegistry.qml +++ b/modules/nexus/PageRegistry.qml @@ -8,15 +8,9 @@ QtObject { readonly property list 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" },