diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-11 16:25:49 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-11 16:25:49 -0500 |
| commit | b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc (patch) | |
| tree | ce0742ee056cf8385aea129b1e07aaa89c69796d /modules/bar | |
| parent | controlcenter: desktop selector in appearance panel font styling (diff) | |
| download | caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.tar.gz caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.tar.bz2 caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.zip | |
popout: audio and blueooth changed button to say "Open Settings"
Diffstat (limited to 'modules/bar')
| -rw-r--r-- | modules/bar/popouts/Audio.qml | 2 | ||||
| -rw-r--r-- | modules/bar/popouts/Bluetooth.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/popouts/Audio.qml b/modules/bar/popouts/Audio.qml index 55a30a2..0954b10 100644 --- a/modules/bar/popouts/Audio.qml +++ b/modules/bar/popouts/Audio.qml @@ -129,7 +129,7 @@ Item { StyledText { Layout.leftMargin: Appearance.padding.smaller - text: qsTr("Open panel") + text: qsTr("Open Settings") color: Colours.palette.m3onPrimaryContainer } diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml index 53d8b29..a43bba1 100644 --- a/modules/bar/popouts/Bluetooth.qml +++ b/modules/bar/popouts/Bluetooth.qml @@ -188,7 +188,7 @@ ColumnLayout { StyledText { Layout.leftMargin: Appearance.padding.smaller - text: qsTr("Open panel") + text: qsTr("Open Settings") color: Colours.palette.m3onPrimaryContainer } |