mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 17:42:45 +08:00
init description (#4391)
This commit is contained in:
parent
a21a3827fd
commit
c78e6588ad
@ -27,7 +27,7 @@ namespace Microsoft.Plugin.Program.Programs
|
|||||||
public string LnkResolvedPath { get; set; }
|
public string LnkResolvedPath { get; set; }
|
||||||
public string ParentDirectory { get; set; }
|
public string ParentDirectory { get; set; }
|
||||||
public string ExecutableName { get; set; }
|
public string ExecutableName { get; set; }
|
||||||
public string Description { get; set; }
|
public string Description { get; set; } = String.Empty;
|
||||||
public bool Valid { get; set; }
|
public bool Valid { get; set; }
|
||||||
public bool Enabled { get; set; }
|
public bool Enabled { get; set; }
|
||||||
public bool hasArguments { get; set; } = false;
|
public bool hasArguments { get; set; } = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user