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
@@ -38,7 +38,6 @@ ColumnLayout {
}
}
RowLayout {
spacing: Style.marginM * scaling
@@ -79,9 +78,9 @@ ColumnLayout {
id: iconPicker
initialIcon: valueIcon
onIconSelected: iconName => {
valueIcon = iconName
valueCustomIconPath = ""
}
valueIcon = iconName
valueCustomIconPath = ""
}
}
NFilePicker {
@@ -89,4 +88,4 @@ ColumnLayout {
title: "Select a custom icon"
onAccepted: paths => valueCustomIconPath = paths[0]
}
}
}