diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-16 13:09:09 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-16 13:09:09 -0500 |
| commit | 59c906d6508ccbc6f4731f222bb56a9a5e9f5345 (patch) | |
| tree | 028a7a1106aa81449ebb84e291b481a612d15523 /modules/bar/components | |
| parent | controlcenter: font subsections collapsiblesections (diff) | |
| download | caelestia-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.qml | 2 | ||||
| -rw-r--r-- | modules/bar/components/SettingsIcon.qml | 2 |
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" }); } } |