summaryrefslogtreecommitdiff
path: root/modules/bar/components
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/components')
-rw-r--r--modules/bar/components/Settings.qml4
-rw-r--r--modules/bar/components/SettingsIcon.qml4
2 files changed, 6 insertions, 2 deletions
diff --git a/modules/bar/components/Settings.qml b/modules/bar/components/Settings.qml
index e92fc46..0eceea7 100644
--- a/modules/bar/components/Settings.qml
+++ b/modules/bar/components/Settings.qml
@@ -21,7 +21,9 @@ Item {
radius: Appearance.rounding.full
function onClicked(): void {
- WindowFactory.create();
+ WindowFactory.create(null, {
+ active: "appearance"
+ });
}
}
diff --git a/modules/bar/components/SettingsIcon.qml b/modules/bar/components/SettingsIcon.qml
index e92fc46..0eceea7 100644
--- a/modules/bar/components/SettingsIcon.qml
+++ b/modules/bar/components/SettingsIcon.qml
@@ -21,7 +21,9 @@ Item {
radius: Appearance.rounding.full
function onClicked(): void {
- WindowFactory.create();
+ WindowFactory.create(null, {
+ active: "appearance"
+ });
}
}