Skip to content

Commit aab213a

Browse files
Add default value for ShowOnlyMostUsedCMDsNumber
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 89505fc commit aab213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Shell/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public bool ShowOnlyMostUsedCMDs
103103
}
104104
}
105105

106-
private int _showOnlyMostUsedCMDsNumber;
106+
private int _showOnlyMostUsedCMDsNumber = 5;
107107
public int ShowOnlyMostUsedCMDsNumber
108108
{
109109
get => _showOnlyMostUsedCMDsNumber;

0 commit comments

Comments
 (0)