mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add default value for ShowOnlyMostUsedCMDsNumber
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
89505fce30
commit
aab213a6b9
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
}
|
||||
}
|
||||
|
||||
private int _showOnlyMostUsedCMDsNumber;
|
||||
private int _showOnlyMostUsedCMDsNumber = 5;
|
||||
public int ShowOnlyMostUsedCMDsNumber
|
||||
{
|
||||
get => _showOnlyMostUsedCMDsNumber;
|
||||
|
|
|
|||
Loading…
Reference in a new issue