summaryrefslogtreecommitdiff
path: root/modules/bar/components
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-16 13:09:09 -0500
committerATMDA <atdma2600@gmail.com>2025-11-16 13:09:09 -0500
commit59c906d6508ccbc6f4731f222bb56a9a5e9f5345 (patch)
tree028a7a1106aa81449ebb84e291b481a612d15523 /modules/bar/components
parentcontrolcenter: font subsections collapsiblesections (diff)
downloadcaelestia-shell-59c906d6508ccbc6f4731f222bb56a9a5e9f5345.tar.gz
caelestia-shell-59c906d6508ccbc6f4731f222bb56a9a5e9f5345.tar.bz2
caelestia-shell-59c906d6508ccbc6f4731f222bb56a9a5e9f5345.zip
controlcenter: appearance pane async loader
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"
});
}
}