mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Add one instance support.
This commit is contained in:
@@ -111,7 +111,7 @@ namespace WinAlfred.WorkflowInstaller
|
||||
string winalfred = AppDomain.CurrentDomain.BaseDirectory + "WinAlfred.exe";
|
||||
if (File.Exists(winalfred))
|
||||
{
|
||||
Process.Start(winalfred, "refreshWorkflows");
|
||||
Process.Start(winalfred, "reloadWorkflows");
|
||||
MessageBox.Show("You have installed workflow " + plugin.Name + " successfully.");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user