apply reduced light mode opacity to panel backgrounds

This commit is contained in:
notiant
2026-03-10 21:37:55 +01:00
committed by GitHub
parent e5677f9cef
commit 25e8196182
5 changed files with 11 additions and 7 deletions
@@ -38,7 +38,7 @@ Item {
// Enable layer caching to prevent continuous re-rendering
layer.enabled: true
opacity: Settings.data.ui.panelBackgroundOpacity
opacity: Color.panelBackgroundOpacity
Shape {
id: unifiedBackgroundsShape
@@ -106,7 +106,7 @@ Item {
anchors.fill: parent
layer.enabled: true
opacity: Settings.data.ui.panelBackgroundOpacity
opacity: Color.panelBackgroundOpacity
Shape {
id: panelBackgroundsShape