From 9061da9efa021bb5ec2ad16c0092d0a1942c1078 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sun, 23 Apr 2023 19:09:58 +0800 Subject: [PATCH] Formatting --- Flow.Launcher/ViewModel/MainViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }