mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
init checkin (#6100)
This commit is contained in:
@@ -17,9 +17,9 @@ namespace Microsoft.Plugin.Program.Programs
|
||||
|
||||
public string FamilyName { get; } = string.Empty;
|
||||
|
||||
public bool IsFramework { get; } = false;
|
||||
public bool IsFramework { get; }
|
||||
|
||||
public bool IsDevelopmentMode { get; } = false;
|
||||
public bool IsDevelopmentMode { get; }
|
||||
|
||||
public string InstalledLocation { get; } = string.Empty;
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ namespace Microsoft.Plugin.Program.Programs
|
||||
// Contains the arguments to the app
|
||||
public string Arguments { get; set; } = string.Empty;
|
||||
|
||||
public bool HasArguments { get; set; } = false;
|
||||
public bool HasArguments { get; set; }
|
||||
|
||||
// Retrieve the target path using Shell Link
|
||||
public string RetrieveTargetPath(string path)
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace Microsoft.Plugin.Program.Programs
|
||||
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
public bool HasArguments { get; set; } = false;
|
||||
public bool HasArguments { get; set; }
|
||||
|
||||
public string Arguments { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user