From b1eb1910444a389eb7fbc8314d99791acebc3f2b Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:46:12 +0800 Subject: [PATCH] Formatting --- Flow.Launcher/MainWindow.xaml | 4 ---- Flow.Launcher/MainWindow.xaml.cs | 8 +++++++- Flow.Launcher/ViewModel/MainViewModel.cs | 20 ++++++++++++++------ 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index 095382e76..36a45da74 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -86,14 +86,10 @@ Key="O" Command="{Binding LoadContextMenuCommand}" Modifiers="Ctrl" /> - - - - /// Checks if Flow Launcher should ignore any hotkeys /// @@ -939,7 +947,7 @@ namespace Flow.Launcher.ViewModel return Settings.IgnoreHotkeysOnFullscreen && WindowsInteropHelper.IsWindowFullscreen(); } - + #endregion #region Public Methods