mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Removed extra leading space char (#1368)
This commit is contained in:
parent
808523b814
commit
fd4fec5340
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ namespace Wox.Core.Plugin
|
|||
// Plugins.Initialize();
|
||||
//}
|
||||
if (MessageBox.Show($"You have installed plugin {plugin.Name} successfully.{Environment.NewLine}" +
|
||||
" Restart Wox to take effect?",
|
||||
"Restart Wox to take effect?",
|
||||
"Install plugin", MessageBoxButton.YesNo, MessageBoxImage.Question) == MessageBoxResult.Yes)
|
||||
{
|
||||
PluginManager.API.RestarApp();
|
||||
|
|
|
|||
Loading…
Reference in a new issue