This commit is contained in:
2026-03-25 18:19:37 +01:00
parent 24a14b41d7
commit 3114ecb690
30 changed files with 1787 additions and 12 deletions
+8
View File
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Bar"
SettingsHeader {
name: "Bar"
}
@@ -45,6 +47,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Popouts"
SettingsHeader {
name: "Popouts"
}
@@ -111,6 +115,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Entries"
SettingsHeader {
name: "Entries"
}
@@ -123,6 +129,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Dock"
SettingsHeader {
name: "Dock"
}