mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +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 Wox.Infrastructure
|
||||
public static class Constant
|
||||
{
|
||||
public const string ExeFileName = "PowerLauncher";
|
||||
public const string ModuleLocation = "Microsoft\\PowerToys\\Run";
|
||||
public const string ModuleLocation = "Microsoft\\PowerToys\\PowerToysRun";
|
||||
public const string Plugins = "Plugins";
|
||||
|
||||
private static readonly Assembly Assembly = Assembly.GetExecutingAssembly();
|
||||
|
||||
Reference in New Issue
Block a user