apply reduced light mode opacity also to dock, notifications & OSD

This commit is contained in:
notiant
2026-03-28 23:11:39 +01:00
committed by GitHub
parent decb65ae95
commit 39a6671151
9 changed files with 23 additions and 25 deletions
@@ -38,7 +38,7 @@ Item {
// Enable layer caching to prevent continuous re-rendering
layer.enabled: true
opacity: Color.panelBackgroundOpacity
opacity: Color.adaptiveOpacity(Settings.data.ui.panelBackgroundOpacity)
Shape {
id: unifiedBackgroundsShape
@@ -106,7 +106,7 @@ Item {
anchors.fill: parent
layer.enabled: true
opacity: Color.panelBackgroundOpacity
opacity: Color.adaptiveOpacity(Settings.data.ui.panelBackgroundOpacity)
Shape {
id: panelBackgroundsShape