OSD: unified Volume & Brightness OSD into one file (OSD.qml), move OSD settings to NotificationTab

This commit is contained in:
Ly-sec
2025-09-23 18:07:14 +02:00
parent c6303cdb6b
commit 4cd53c4083
5 changed files with 120 additions and 241 deletions
@@ -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."