Replace progress bar with progress ring for sync progress.

This commit is contained in:
Burak Kaan Köse
2024-11-26 23:44:32 +01:00
parent 87af67c36c
commit 20fc34a6fd
3 changed files with 15 additions and 6 deletions

View File

@@ -222,6 +222,8 @@ namespace Wino.Core.Synchronizers
Console.WriteLine($"Prepared {nativeRequests.Count()} native requests");
PublishSynchronizationProgress(1);
await ExecuteNativeRequestsAsync(nativeRequests, activeSynchronizationCancellationToken);
PublishUnreadItemChanges();