fix: bar scroll actions conf descriptions
This commit is contained in:
parent
329d74af70
commit
e8daf00efc
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue