mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
other: change desc of overdrive settings toggle
This commit is contained in:
@@ -135,7 +135,7 @@ ColumnLayout {
|
||||
|
||||
NToggle {
|
||||
label: "Allow volume overdrive"
|
||||
description: "Allow raising volume above 100%."
|
||||
description: "Allow raising volume above 100%. May not be supported by all hardware."
|
||||
checked: Settings.data.audio.volumeOverdrive
|
||||
onToggled: checked => Settings.data.audio.volumeOverdrive = checked
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user