feat(perf): enforce 100% opacity in noctalia performance mode

This commit is contained in:
Lysec
2026-04-10 13:41:18 +02:00
parent e85ce902cb
commit 5f45191d7f
3 changed files with 12 additions and 3 deletions
@@ -38,7 +38,7 @@ Item {
// Enable layer caching to prevent continuous re-rendering
layer.enabled: true
opacity: Color.adaptiveOpacity(Settings.data.ui.panelBackgroundOpacity)
opacity: Style.effectivePanelOpacity
Shape {
id: unifiedBackgroundsShape
@@ -106,7 +106,7 @@ Item {
anchors.fill: parent
layer.enabled: true
opacity: Color.adaptiveOpacity(Settings.data.ui.panelBackgroundOpacity)
opacity: Style.effectivePanelOpacity
Shape {
id: panelBackgroundsShape
@@ -155,7 +155,7 @@ Item {
anchors.fill: parent
layer.enabled: true
opacity: Settings.data.bar.backgroundOpacity
opacity: Style.effectiveBarOpacity
Shape {
id: barBackgroundShape