Modified DLC DataGrid
This commit is contained in:
parent
d384ab0cc0
commit
aacdd3bf25
2 changed files with 7 additions and 2 deletions
|
@ -121,7 +121,7 @@ namespace GoldbergGUI.Core.ViewModels
|
|||
public ObservableCollection<SteamApp> DLCs
|
||||
{
|
||||
get => _dlcs;
|
||||
private set
|
||||
set
|
||||
{
|
||||
_dlcs = value;
|
||||
RaisePropertyChanged(() => DLCs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue