mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add browse more plugin and theme link to setting dialog.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
IcoPath = "Images\\app.png",
|
||||
Action = (c) =>
|
||||
{
|
||||
context.CloseApp();
|
||||
context.API.CloseApp();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
@@ -99,7 +99,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
Info.CreateNoWindow = true;
|
||||
Info.FileName = "cmd.exe";
|
||||
Process.Start(Info);
|
||||
context.CloseApp();
|
||||
context.API.CloseApp();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
@@ -111,7 +111,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
IcoPath = "Images\\app.png",
|
||||
Action = (c) =>
|
||||
{
|
||||
context.OpenSettingDialog();
|
||||
context.API.OpenSettingDialog();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user