mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update showmsg
This commit is contained in:
parent
16e8cfdf31
commit
768a195c10
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue