1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-03-31 01:42:41 +00:00

SettingsPage: recitify argument type library loader

The libraries would not load, because this still used an string argument
instead of a list of enumeration values. This was caused by commit 9e1a20c.
This commit is contained in:
Chris Josten 2025-03-23 20:43:11 +01:00
parent 0c72906f88
commit 3243b5abc0

View file

@ -165,7 +165,7 @@ Page {
model: J.ItemModel {
loader: J.UserItemsLoader {
apiClient: appWindow.apiClient
includeItemTypes: "CollectionFolder"
includeItemTypes: [J.ItemType.CollectionFolder]
onReady: libraryRepeaterDelay.start()
}
}