summaryrefslogtreecommitdiff
path: root/modules/bar/components/Settings.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-16 09:45:05 -0500
committerATMDA <atdma2600@gmail.com>2025-11-16 09:45:05 -0500
commit21e715468e9800a73c731921c27177731033d2ec (patch)
treef682450a63ba0ccf417efaa20e118ac4de06ff19 /modules/bar/components/Settings.qml
parentcontrolcenter: slider input focus on pane change or click outside of text area (diff)
downloadcaelestia-shell-21e715468e9800a73c731921c27177731033d2ec.tar.gz
caelestia-shell-21e715468e9800a73c731921c27177731033d2ec.tar.bz2
caelestia-shell-21e715468e9800a73c731921c27177731033d2ec.zip
controlcenter: changed to popout vs floating to match the other settings buttons (fixed issues with resizing)
Diffstat (limited to 'modules/bar/components/Settings.qml')
-rw-r--r--modules/bar/components/Settings.qml4
1 files changed, 3 insertions, 1 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"
+ });
}
}