We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecd90e commit 7e9a626Copy full SHA for 7e9a626
1 file changed
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -232,11 +232,11 @@ private List<Result> Commands(Query query)
232
Action = c =>
233
{
234
MessageBoxResult result = _settings.SkipPowerActionConfirmation
235
- ? MessageBoxResult.Yes
236
- : Context.API.ShowMsgBox(
237
- Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(),
238
- Localize.flowlauncher_plugin_sys_restart_computer(),
239
- MessageBoxButton.YesNo, MessageBoxImage.Warning);
+ ? MessageBoxResult.Yes
+ : Context.API.ShowMsgBox(
+ Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(),
+ Localize.flowlauncher_plugin_sys_restart_computer(),
+ MessageBoxButton.YesNo, MessageBoxImage.Warning);
240
241
if (result == MessageBoxResult.Yes)
242
0 commit comments