mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Use fancy spinner (courtesy of redsky)
This commit is contained in:
parent
cb8d140123
commit
3c5b395171
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer: BusyIndicator {
|
footer: Spinner {
|
||||||
// This is not a wonderful solution, but it is the best way to calculate whether
|
// This is not a wonderful solution, but it is the best way to calculate whether
|
||||||
// all users are loaded while keeping canFetchMore() const
|
// all users are loaded while keeping canFetchMore() const
|
||||||
running: members.numUsersLoaded < members.memberCount
|
running: members.numUsersLoaded < members.memberCount
|
||||||
|
|
Loading…
Reference in a new issue