forked from Silverfish/proton-bridge
fix(GODT-2490): fix sync progress not being reset when toggling split mode.
This commit is contained in:
@ -309,6 +309,8 @@ void User::setIsSyncing(bool syncing) {
|
||||
}
|
||||
|
||||
isSyncing_ = syncing;
|
||||
syncProgress_ = 0;
|
||||
|
||||
emit isSyncingChanged(syncing);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user