Add run as administrator option
This commit is contained in:
@@ -29,6 +29,8 @@ public sealed class LauncherItem
|
||||
|
||||
public bool IsDisabled { get; set; }
|
||||
|
||||
public bool RunAsAdmin { get; set; }
|
||||
|
||||
public LauncherDisplayMode DisplayMode { get; set; } = LauncherDisplayMode.CompactList;
|
||||
|
||||
public List<LauncherItem> Children { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user