Reading correct json property for "Run" program. This prevents the Run (Previously PowerLauncher) from being opened when settings has it disabled.

This commit is contained in:
ryanbodrug-microsoft 2020-05-04 15:08:02 -07:00
parent 32d75749a0
commit 64c17767ed

View file

@ -36,7 +36,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib
[JsonPropertyName("Keyboard Manager")]
public bool KeyboardManager { get; set; }
[JsonPropertyName("Launcher")]
[JsonPropertyName("Run")]
public bool PowerLauncher { get; set; }
public string ToJsonString()