Add working folder and minimized launch options
This commit is contained in:
@@ -23,6 +23,8 @@ public sealed class LauncherItem
|
||||
|
||||
public string? Arguments { get; set; }
|
||||
|
||||
public string? WorkingFolder { get; set; }
|
||||
|
||||
public string? IconPath { get; set; }
|
||||
|
||||
public bool IsFavorite { get; set; }
|
||||
@@ -31,6 +33,8 @@ public sealed class LauncherItem
|
||||
|
||||
public bool RunAsAdmin { get; set; }
|
||||
|
||||
public bool StartMinimized { get; set; }
|
||||
|
||||
public LauncherDisplayMode DisplayMode { get; set; } = LauncherDisplayMode.CompactList;
|
||||
|
||||
public List<LauncherItem> Children { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user