Merge pull request #3431 from Flow-Launcher/explorer_limit

Set max result lower limit to 1
This commit is contained in:
Jack Ye 2025-04-09 15:08:16 +08:00 committed by GitHub
commit d230ebe379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -524,7 +524,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
}
}
public int MaxResultLowerLimit => 100;
public int MaxResultLowerLimit => 1;
public int MaxResultUpperLimit => 100000;
public int MaxResult