diff --git a/Assets/MatugenTemplates/zen-browser/zen-userContent.css b/Assets/MatugenTemplates/zen-browser/zen-userContent.css index b8f27d7ed..e845f911a 100644 --- a/Assets/MatugenTemplates/zen-browser/zen-userContent.css +++ b/Assets/MatugenTemplates/zen-browser/zen-userContent.css @@ -80,4 +80,8 @@ background-color: {{colors.surface_container_high.default.hex}} !important; } } + /* Pane UI button visibility issue fix */ + #PanelUI-menu-button[open] .toolbarbutton-icon { + fill: {{colors.primary.default.hex}} !important; + } } \ No newline at end of file diff --git a/Services/Power/PowerProfileService.qml b/Services/Power/PowerProfileService.qml index 89d4e2fd8..cd06899bc 100644 --- a/Services/Power/PowerProfileService.qml +++ b/Services/Power/PowerProfileService.qml @@ -88,7 +88,7 @@ Singleton { setProfile(PowerProfile.PowerSaver); else if (current === PowerProfile.PowerSaver) setProfile(PowerProfile.Performance); - } + } function isDefault() { if (!available)