mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
style: fix indentation and tab spacing
This commit is contained in:
parent
cecd90e675
commit
7e9a626891
1 changed files with 5 additions and 5 deletions
|
|
@ -232,11 +232,11 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
Action = c =>
|
||||
{
|
||||
MessageBoxResult result = _settings.SkipPowerActionConfirmation
|
||||
? MessageBoxResult.Yes
|
||||
: Context.API.ShowMsgBox(
|
||||
Localize.flowlauncher_plugin_sys_dlgtext_restart_computer(),
|
||||
Localize.flowlauncher_plugin_sys_restart_computer(),
|
||||
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);
|
||||
|
||||
if (result == MessageBoxResult.Yes)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue