mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
[Refactor] Use expression bodied lambda
This commit is contained in:
@@ -127,7 +127,7 @@ public sealed class UpdateStatsViewModel : ViewModelBase
|
||||
|
||||
long romSetCount = ctx.RomSets.LongCount();
|
||||
|
||||
Dispatcher.UIThread.Post(() => { StatusMessage = Localization.RemovingOldStatistics; });
|
||||
Dispatcher.UIThread.Post(() => StatusMessage = Localization.RemovingOldStatistics);
|
||||
|
||||
ctx.Database.ExecuteSql($"DELETE FROM \"RomSetStats\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user