mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
OSD: unified Volume & Brightness OSD into one file (OSD.qml), move OSD settings to NotificationTab
This commit is contained in:
@@ -39,6 +39,13 @@ ColumnLayout {
|
||||
onToggled: checked => Settings.data.notifications.doNotDisturb = checked
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Enable on screen display"
|
||||
description: "Show volume and brightness changes in real-time."
|
||||
checked: Settings.data.general.showOSD
|
||||
onToggled: checked => Settings.data.general.showOSD = checked
|
||||
}
|
||||
|
||||
NComboBox {
|
||||
label: "Location"
|
||||
description: "Where notifications appear on screen."
|
||||
|
||||
Reference in New Issue
Block a user