Add default value for ShowOnlyMostUsedCMDsNumber

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-09-30 09:38:18 +08:00 committed by GitHub
parent 89505fce30
commit aab213a6b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ namespace Flow.Launcher.Plugin.Shell
}
}
private int _showOnlyMostUsedCMDsNumber;
private int _showOnlyMostUsedCMDsNumber = 5;
public int ShowOnlyMostUsedCMDsNumber
{
get => _showOnlyMostUsedCMDsNumber;