Start of settings window

This commit is contained in:
inorishio
2026-02-23 16:52:05 +01:00
parent cff2a85d9d
commit 944ea84b5a
38 changed files with 1529 additions and 0 deletions
+10
View File
@@ -8,6 +8,7 @@ import qs.Modules.Notifications.Sidebar.Utils as Utils
import qs.Modules.Dashboard as Dashboard
import qs.Modules.Osd as Osd
import qs.Modules.Launcher as Launcher
import qs.Modules.Settings as Settings
Shape {
id: root
@@ -77,4 +78,13 @@ Shape {
startX: root.width
startY: root.panels.notifications.height
}
Settings.Background {
id: settings
wrapper: root.panels.settings
startX: ( root.width - wrapper.width ) / 2 - rounding
startY: 0
}
}