fix: bar scroll actions conf descriptions

This commit is contained in:
2 * r + 2 * t 2026-06-07 18:33:48 +10:00
parent 329d74af70
commit e8daf00efc

View file

@ -102,7 +102,7 @@ PageBase {
Layout.fillWidth: true
first: true
text: qsTr("Workspaces")
subtext: qsTr("Scroll over the bar to switch workspaces")
subtext: qsTr("Scroll over the workspace indicator to switch workspaces")
checked: Config.bar.scrollActions.workspaces
onToggled: GlobalConfig.bar.scrollActions.workspaces = checked
}
@ -110,6 +110,7 @@ PageBase {
ToggleRow {
Layout.fillWidth: true
text: qsTr("Volume")
subtext: qsTr("Scroll on the top half of the bar to adjust volume")
checked: Config.bar.scrollActions.volume
onToggled: GlobalConfig.bar.scrollActions.volume = checked
}
@ -118,6 +119,7 @@ PageBase {
Layout.fillWidth: true
last: true
text: qsTr("Brightness")
subtext: qsTr("Scroll on the bottom half of the bar to adjust brightness")
checked: Config.bar.scrollActions.brightness
onToggled: GlobalConfig.bar.scrollActions.brightness = checked
}