mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Use collection expression syntax.
This commit is contained in:
@@ -57,7 +57,7 @@ public sealed class UpdateStatsViewModel : ViewModelBase
|
||||
CloseCommand = ReactiveCommand.Create(ExecuteCloseCommand);
|
||||
IndeterminateProgress = true;
|
||||
ProgressVisible = false;
|
||||
RomSets = new ObservableCollection<RomSetModel>();
|
||||
RomSets = [];
|
||||
}
|
||||
|
||||
public string Title => Localization.UpdateStatsTitle;
|
||||
|
||||
Reference in New Issue
Block a user