summaryrefslogtreecommitdiff
path: root/modules/controlcenter/taskbar/TaskbarPane.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-17 14:27:16 -0500
committerATMDA <atdma2600@gmail.com>2025-11-17 14:27:16 -0500
commit58e657d891986598d1d4d5ea064e4130532c98ac (patch)
tree3976a4e1df9a1ee1f3e7cc5ddda3a58c1378c23b /modules/controlcenter/taskbar/TaskbarPane.qml
parentcontrolcenter: changed button groups to match other elements (diff)
downloadcaelestia-shell-58e657d891986598d1d4d5ea064e4130532c98ac.tar.gz
caelestia-shell-58e657d891986598d1d4d5ea064e4130532c98ac.tar.bz2
caelestia-shell-58e657d891986598d1d4d5ea064e4130532c98ac.zip
controlcenter: changed button label for audio to speakers
Diffstat (limited to '')
-rw-r--r--modules/controlcenter/taskbar/TaskbarPane.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/taskbar/TaskbarPane.qml b/modules/controlcenter/taskbar/TaskbarPane.qml
index 3798adb..b798da8 100644
--- a/modules/controlcenter/taskbar/TaskbarPane.qml
+++ b/modules/controlcenter/taskbar/TaskbarPane.qml
@@ -191,7 +191,7 @@ Item {
options: [
{
- label: qsTr("Audio"),
+ label: qsTr("Speakers"),
propertyName: "showAudio",
onToggled: function(checked) {
root.showAudio = checked;