mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
init description (#4391)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user