diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-15 00:15:50 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-15 00:15:50 -0500 |
| commit | b1e5660c568a59af115acc2da1bca86c36a59efc (patch) | |
| tree | 2829c963fbd1fd904b97ce4794d5e08dbb30edd5 /modules/bar | |
| parent | tray: wireless password popout, no more full-rounding buttons (diff) | |
| download | caelestia-shell-b1e5660c568a59af115acc2da1bca86c36a59efc.tar.gz caelestia-shell-b1e5660c568a59af115acc2da1bca86c36a59efc.tar.bz2 caelestia-shell-b1e5660c568a59af115acc2da1bca86c36a59efc.zip | |
tray: open settings button matches other popouts
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 20e98e5..40c09d3 100644 --- a/modules/bar/popouts/Audio.qml +++ b/modules/bar/popouts/Audio.qml @@ -110,7 +110,7 @@ Item { Layout.topMargin: Appearance.spacing.normal color: Colours.palette.m3primaryContainer onColor: Colours.palette.m3onPrimaryContainer - text: qsTr("Open Settings") + text: qsTr("Open settings") icon: "settings" onClicked: { diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml index 1415f89..63621c2 100644 --- a/modules/bar/popouts/Bluetooth.qml +++ b/modules/bar/popouts/Bluetooth.qml @@ -170,7 +170,7 @@ ColumnLayout { Layout.topMargin: Appearance.spacing.normal color: Colours.palette.m3primaryContainer onColor: Colours.palette.m3onPrimaryContainer - text: qsTr("Open Settings") + text: qsTr("Open settings") icon: "settings" onClicked: { |