We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be546d commit 652ec40Copy full SHA for 652ec40
Plugins/Flow.Launcher.Plugin.Shell/Main.cs
@@ -386,6 +386,7 @@ public void Init(PluginInitContext context)
386
context.API.RegisterGlobalKeyboardCallback(API_GlobalKeyboardEvent);
387
// Since the old Settings class set default value of ShowOnlyMostUsedCMDsNumber to 0 which is a wrong value,
388
// we need to fix it here to make sure the default value is 5
389
+ // todo: remove this code block after release v2.2.0
390
if (_settings.ShowOnlyMostUsedCMDsNumber == 0)
391
{
392
_settings.ShowOnlyMostUsedCMDsNumber = 5;
0 commit comments