From 1f257ce84711b40ac34dbe415d50dacf77cd0ed8 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Tue, 30 Sep 2025 01:33:09 +0200 Subject: [PATCH] ControlCenter: fix custom image --- Modules/Bar/Widgets/ControlCenter.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Widgets/ControlCenter.qml b/Modules/Bar/Widgets/ControlCenter.qml index 69c1b39b..65eb3b8c 100644 --- a/Modules/Bar/Widgets/ControlCenter.qml +++ b/Modules/Bar/Widgets/ControlCenter.qml @@ -54,7 +54,7 @@ NIconButton { height: width source: { if (customIconPath !== "") - return customIconPath + return customIconPath.startsWith("file://") ? customIconPath : "file://" + customIconPath if (useDistroLogo) return DistroLogoService.osLogo return ""