Fix NWidgetCard

This commit is contained in:
LemmyCook
2025-08-22 17:57:55 -04:00
parent 017813ab57
commit 2a6ad0819f
7 changed files with 34 additions and 37 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ ColumnLayout {
property ListModel model: {
}
property string currentKey: ''
property string currentKey: ""
property string placeholder: ""
signal selected(string key)