Revert "completely revert extra property"

This reverts commit 1746bb6442.
This commit is contained in:
Schedel Pascal
2024-06-21 06:45:33 +02:00
parent ab1d3f38b0
commit f1185c242c
2 changed files with 3 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ public class InstallAction
public string DestPath { get; set; }
public string DownloadUrl { get; set; }
public Side Side { get; set; } = Side.Both;
public bool IsExtra { get; set; }
}