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