mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Set max result lower limit to 1
This commit is contained in:
parent
d33e751ad1
commit
47743e6362
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