diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 309600926..9198759dc 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -293,6 +293,8 @@ namespace Flow.Launcher.ViewModel } } + #endregion + #region BasicCommands [RelayCommand] @@ -358,8 +360,6 @@ namespace Flow.Launcher.ViewModel #endregion - #endregion - #region ViewModel Properties public Settings Settings { get; }