OSD: Implement Volume & Brightness OSD

This commit is contained in:
Ly-sec
2025-09-23 17:53:24 +02:00
parent 120ed36deb
commit 1ca84bf052
7 changed files with 470 additions and 11 deletions
+7
View File
@@ -76,6 +76,13 @@ ColumnLayout {
onToggled: checked => Settings.data.general.dimDesktop = checked
}
NToggle {
label: "Show volume and brightness OSD"
description: "Display on-screen notifications when adjusting volume or brightness."
checked: Settings.data.general.showOSD
onToggled: checked => Settings.data.general.showOSD = checked
}
ColumnLayout {
spacing: Style.marginXXS * scaling
Layout.fillWidth: true