mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Fixed powertoys run not reacting to change in settings (#2968)
* Fixed powertoys run project name in settings * Rename save directory
This commit is contained in:
committed by
GitHub
parent
953d835ded
commit
5c3acf61b4
@@ -112,7 +112,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib
|
||||
|
||||
private bool powerLauncher = true;
|
||||
|
||||
[JsonPropertyName("Run")]
|
||||
[JsonPropertyName("PowerToys Run")]
|
||||
public bool PowerLauncher
|
||||
{
|
||||
get => this.powerLauncher;
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib
|
||||
{
|
||||
public class PowerLauncherSettings : BasePTModuleSettings
|
||||
{
|
||||
public const string POWERTOYNAME = "Run";
|
||||
public const string POWERTOYNAME = "PowerToys Run";
|
||||
|
||||
public PowerLauncherProperties properties { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user