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:
parent
0c72906f88
commit
3243b5abc0
|
@ -165,7 +165,7 @@ Page {
|
|||
model: J.ItemModel {
|
||||
loader: J.UserItemsLoader {
|
||||
apiClient: appWindow.apiClient
|
||||
includeItemTypes: "CollectionFolder"
|
||||
includeItemTypes: [J.ItemType.CollectionFolder]
|
||||
onReady: libraryRepeaterDelay.start()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue