QModListModel: turn into singleton

This commit is contained in:
Toast 2025-06-05 21:32:41 +02:00
parent 631cdb4938
commit 1061acbe6b
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,7 @@ Kirigami.ApplicationWindow {
id: modsView
delegate: ModCardDelegate {}
model: QModListModel {}
model: QModListModel
}
}