Moving launcher save settings under AppData/Local/Microsoft/PowerToys/Run

This commit is contained in:
ryanbodrug-microsoft
2020-05-03 15:54:23 -07:00
parent 1655594514
commit da550a4a67
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib
{
public class PowerLauncherSettings : BasePTModuleSettings
{
public const string POWERTOYNAME = "Launcher";
public const string POWERTOYNAME = "Run";
public PowerLauncherProperties properties { get; set; }