Skip to content

Commit 47743e6

Browse files
committed
Set max result lower limit to 1
1 parent d33e751 commit 47743e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ public string ExcludedFileTypes
524524
}
525525
}
526526

527-
public int MaxResultLowerLimit => 100;
527+
public int MaxResultLowerLimit => 1;
528528
public int MaxResultUpperLimit => 100000;
529529

530530
public int MaxResult

0 commit comments

Comments
 (0)