From 62781d38dfcfd791850e35c45f5acb1ba4a23198 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 4 Jan 2026 12:45:29 +0100 Subject: [PATCH] Matugen: zenbrowser adjust ui --- Assets/MatugenTemplates/zen-browser/zen-userContent.css | 4 ++++ Services/Power/PowerProfileService.qml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)