Prevent NPanel dragging when popup are open.

This commit is contained in:
ItsLemmy
2025-09-22 13:40:38 -04:00
parent 64001152ef
commit c20773d60b
6 changed files with 24 additions and 16 deletions
+5 -3
View File
@@ -52,9 +52,11 @@ NIconButton {
width: root.width * 0.8
height: width
source: {
if (customIconPath !== "") return customIconPath;
if (useDistroLogo) return DistroLogoService.osLogo;
return "";
if (customIconPath !== "")
return customIconPath
if (useDistroLogo)
return DistroLogoService.osLogo
return ""
}
visible: source !== ""
smooth: true