Removed automatically getting list of dlc when finding id or opening file

Fixed db locking issue while getting dlc
This commit is contained in:
Jeddunk 2021-03-11 14:39:25 +01:00
parent fdc2e0277f
commit 89f43166c7
3 changed files with 5 additions and 5 deletions

View file

@ -79,7 +79,7 @@ namespace GoldbergGUI.Core.Models
public class AppType
{
private AppType(string value) => Value = value;
public AppType(string value) => Value = value;
public string Value { get; }