mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
update showmsg
This commit is contained in:
@@ -175,7 +175,7 @@ namespace Wox.Plugin.Sys
|
||||
Action = c =>
|
||||
{
|
||||
context.API.SaveAppAllSettings();
|
||||
context.API.ShowMsg(string.Format("Successfully saved all Wox settings"));
|
||||
context.API.ShowMsg("Success","All Wox settings saved");
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user