mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Removed extra leading space char (#1368)
This commit is contained in:
committed by
bao-qian
parent
808523b814
commit
fd4fec5340
@@ -83,7 +83,7 @@ namespace Wox.Core.Plugin
|
|||||||
// Plugins.Initialize();
|
// Plugins.Initialize();
|
||||||
//}
|
//}
|
||||||
if (MessageBox.Show($"You have installed plugin {plugin.Name} successfully.{Environment.NewLine}" +
|
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)
|
"Install plugin", MessageBoxButton.YesNo, MessageBoxImage.Question) == MessageBoxResult.Yes)
|
||||||
{
|
{
|
||||||
PluginManager.API.RestarApp();
|
PluginManager.API.RestarApp();
|
||||||
|
|||||||
Reference in New Issue
Block a user