From 93a9a92a4068906a67d46178503e09f312cb43a0 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 13 May 2025 11:11:50 +0800 Subject: [PATCH] Fix typos --- .../SettingPages/ViewModels/SettingsPaneThemeViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs index 07d70a67c..79465cd71 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs @@ -479,7 +479,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel ) } }; - // Set main view model to null because this results are for preview only + // Set main view model to null because the results are for preview only var vm = new ResultsViewModel(Settings, null); vm.AddResults(results, "PREVIEW"); PreviewResults = vm;