mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
fix #151 Add context menu for programs
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Wox.Plugin
|
||||
|
||||
void PushResults(Query query,PluginMetadata plugin, List<Result> results);
|
||||
|
||||
bool ShellRun(string cmd);
|
||||
bool ShellRun(string cmd, bool runAsAdministrator = false);
|
||||
|
||||
void ChangeQuery(string query, bool requery = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user