NTextInput: new approach to avoid all input leakage and dragging NPanel issues.

This commit is contained in:
LemmyCook
2025-09-21 21:17:12 -04:00
parent a7e3deecd3
commit 1717fc0992
3 changed files with 127 additions and 41 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ ColumnLayout {
"selectFiles": true,
"scaling": scaling,
"parent": root,
"onSelected": path => Settings.data.general.avatarImage = path
"onSelected": path => Settings.data.general.avatarImage = path
})
}
}