mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(perf): enforce 100% opacity in noctalia performance mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user