mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
update showmsg
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user