Modified DLC DataGrid

This commit is contained in:
Jeddunk 2021-01-13 13:50:46 +01:00
parent d384ab0cc0
commit aacdd3bf25
2 changed files with 7 additions and 2 deletions

View file

@ -121,7 +121,7 @@ namespace GoldbergGUI.Core.ViewModels
public ObservableCollection<SteamApp> DLCs
{
get => _dlcs;
private set
set
{
_dlcs = value;
RaisePropertyChanged(() => DLCs);