update showmsg

This commit is contained in:
Jeremy Wu
2019-08-23 07:20:50 +10:00
parent 16e8cfdf31
commit 768a195c10

View File

@@ -175,7 +175,7 @@ namespace Wox.Plugin.Sys
Action = c => Action = c =>
{ {
context.API.SaveAppAllSettings(); context.API.SaveAppAllSettings();
context.API.ShowMsg(string.Format("Successfully saved all Wox settings")); context.API.ShowMsg("Success","All Wox settings saved");
return true; return true;
} }
}, },