Finish SettingsWindow, still need Wallpaper Selector

This commit is contained in:
Ly-sec
2025-08-12 14:03:11 +02:00
parent 54b2673f9a
commit c616f5a46c
12 changed files with 466 additions and 303 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ Item {
readonly property string tabIcon: "monitor"
readonly property string tabLabel: "Display"
readonly property int tabIndex: 5
anchors.fill: parent
Layout.fillWidth: true
Layout.fillHeight: true
// Helper functions to update arrays immutably
function addMonitor(list, name) {