mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
e931f3ae41
commit
d71d3a5094
1 changed files with 1 additions and 3 deletions
|
|
@ -446,9 +446,7 @@ namespace Flow.Launcher.Plugin.Program
|
|||
var title = Context.API.GetTranslation("flowlauncher_plugin_program_disable_dlgtitle_error");
|
||||
var message = string.Format(Context.API.GetTranslation("flowlauncher_plugin_program_run_failed"),
|
||||
info.FileName);
|
||||
@@ Plugins/Flow.Launcher.Plugin.Program/Main.cs:449
|
||||
- Context.API.ShowMsgError(title, string.Format(message, info.FileName));
|
||||
+ Context.API.ShowMsgError(title, message);
|
||||
Context.API.ShowMsgError(title, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue