mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove unintended space before text
This commit is contained in:
parent
f564d4b29d
commit
7f23ac4909
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
Task.Run(() =>
|
||||
{
|
||||
MessageBox.Show($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
|
||||
$"{errorPluginString}{Environment.NewLine}{Environment.NewLine} " +
|
||||
$"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
|
||||
$"Please refer to the logs for more information","",
|
||||
MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue