mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Make components less chatty in logs
This commit is contained in:
parent
79d378c9ed
commit
5bdc8ee83d
2 changed files with 3 additions and 11 deletions
|
@ -125,12 +125,11 @@ Page {
|
|||
id: userItemModel
|
||||
apiClient: ApiClient
|
||||
parentId: model.id
|
||||
limit: 12
|
||||
limit: 16
|
||||
}
|
||||
Connections {
|
||||
target: mediaLibraryModel
|
||||
onStatusChanged: {
|
||||
console.log("MediaLibraryModel status " + status)
|
||||
if (status == ApiModel.Ready) {
|
||||
userItemModel.reload()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue