mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Core] Use FirstOrDefaultAsync when saving statistics.
This commit is contained in:
@@ -296,7 +296,7 @@ public sealed class SplashWindowViewModel(SplashWindow view) : ViewModelBase
|
||||
|
||||
Task.Run(async () =>
|
||||
{
|
||||
await Statistics.SaveStats();
|
||||
await Statistics.SaveStatsAsync();
|
||||
|
||||
Dispatcher.UIThread.Post(LoadMainWindow);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user