add option to prefer directlinks

This commit is contained in:
2024-10-03 10:03:40 +02:00
parent 95a81a9306
commit 3ec94fa22d
3 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ public class ModpackConfig
public string InstallUrl { get; set; }
public string UnleashApiUrl { get; set; }
public string UnleashInstanceId { get; set; }
public bool PreferDirectLinks { get; set; }
[JsonIgnore]
public string ConfigUrl { get; set; }