fix hide spinner in chat messages list when model reset

This commit is contained in:
Gaelle Braud 2026-01-29 09:29:50 +01:00
parent 2cbd30aa68
commit 7ff0278b11

View file

@ -86,6 +86,7 @@ ListView {
onModelAboutToBeReset: {
loading = true
}
onModelReset: loading = false
onModelUpdated: {
loading = false
var index = eventLogProxy.findFirstUnreadIndex()