mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3431 from Flow-Launcher/explorer_limit
Set max result lower limit to 1
This commit is contained in:
commit
d230ebe379
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue