completely revert extra property

This commit is contained in:
Schedel Pascal
2024-06-21 06:07:30 +02:00
parent 68b940fddd
commit 1746bb6442
2 changed files with 2 additions and 3 deletions

View File

@@ -7,5 +7,4 @@ 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; }
}