From 47743e6362469684e432b790649b419b96d0d543 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 9 Apr 2025 09:31:02 +0800 Subject: [PATCH] Set max result lower limit to 1 --- .../ViewModels/SettingsViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs index d2b85e6877d..4073009249b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs @@ -524,7 +524,7 @@ public string ExcludedFileTypes } } - public int MaxResultLowerLimit => 100; + public int MaxResultLowerLimit => 1; public int MaxResultUpperLimit => 100000; public int MaxResult