ControlCenter: fix custom image

This commit is contained in:
Ly-sec
2025-09-30 01:33:09 +02:00
parent ffe39e0ec9
commit 1f257ce847
+1 -1
View File
@@ -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 ""