This commit is contained in:
Jeremy Wu
2019-10-06 13:48:52 +11:00
parent bb3c38a3b1
commit d1c01f476d

View File

@@ -215,7 +215,7 @@ namespace Wox.Plugin.Sys
IcoPath = "Images\\app.png", IcoPath = "Images\\app.png",
Action = c => Action = c =>
{ {
context.API.ReloadPluginData(); context.API.ReloadAllPluginData();
return true; return true;
} }
} }