mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
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:
@@ -36,7 +36,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib
|
|||||||
[JsonPropertyName("Keyboard Manager")]
|
[JsonPropertyName("Keyboard Manager")]
|
||||||
public bool KeyboardManager { get; set; }
|
public bool KeyboardManager { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("Launcher")]
|
[JsonPropertyName("Run")]
|
||||||
public bool PowerLauncher { get; set; }
|
public bool PowerLauncher { get; set; }
|
||||||
|
|
||||||
public string ToJsonString()
|
public string ToJsonString()
|
||||||
|
|||||||
Reference in New Issue
Block a user