mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +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
@@ -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