From 03b558c1fc0947d6994f0c71d5ae002f50e52123 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Tue, 13 May 2025 10:51:44 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher/ViewModel/ResultsViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/ResultsViewModel.cs b/Flow.Launcher/ViewModel/ResultsViewModel.cs index 0dc1b85c4..b100bba25 100644 --- a/Flow.Launcher/ViewModel/ResultsViewModel.cs +++ b/Flow.Launcher/ViewModel/ResultsViewModel.cs @@ -211,7 +211,7 @@ namespace Flow.Launcher.ViewModel switch (Visibility) { case Visibility.Collapsed when Results.Count > 0: - if (_mainVM == null || // The results are for preview only in apprerance page + if (_mainVM == null || // The results are for preview only in appearance page _mainVM.ResultsSelected(this)) // The results are selected { SelectedIndex = 0;