manager: add proper support for options
This commit is contained in:
@@ -18,7 +18,5 @@ public class InstallOptionSet
|
||||
[DefaultValue(false)]
|
||||
public bool Multiselect { get; set; }
|
||||
|
||||
public List<int> Defaults { get; } = [];
|
||||
|
||||
public List<InstallOption> Options { get; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user