remove extras toogle from ui

This commit is contained in:
2024-06-20 22:37:54 +02:00
parent 3be25d7070
commit ee46f7272e
5 changed files with 1 additions and 32 deletions

View File

@@ -11,7 +11,6 @@ public class ModpackInfo
[JsonConverter(typeof(VersionConverter))]
public Version Version { get; set; }
public string ConfigUrl { get; set; }
public bool IncludeExtras { get; set; }
[JsonIgnore]
public string LocaLPath { get; private set; }
[JsonIgnore]