mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
@@ -141,6 +141,13 @@ Item {
|
||||
checked: SettingsData.osdPowerProfileEnabled
|
||||
onToggled: checked => SettingsData.set("osdPowerProfileEnabled", checked)
|
||||
}
|
||||
|
||||
SettingsToggleRow {
|
||||
text: I18n.tr("Audio Output Switch")
|
||||
description: I18n.tr("Show on-screen display when cycling audio output devices")
|
||||
checked: SettingsData.osdAudioOutputEnabled
|
||||
onToggled: checked => SettingsData.set("osdAudioOutputEnabled", checked)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user