Fix build issue

This commit is contained in:
Jack251970 2025-07-20 12:57:56 +08:00
parent e931f3ae41
commit d71d3a5094

View file

@ -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);
}
}