Skip to content

Commit 652ec40

Browse files
authored
add removal todo comment
1 parent 9be546d commit 652ec40

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Shell

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ public void Init(PluginInitContext context)
386386
context.API.RegisterGlobalKeyboardCallback(API_GlobalKeyboardEvent);
387387
// Since the old Settings class set default value of ShowOnlyMostUsedCMDsNumber to 0 which is a wrong value,
388388
// 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
389390
if (_settings.ShowOnlyMostUsedCMDsNumber == 0)
390391
{
391392
_settings.ShowOnlyMostUsedCMDsNumber = 5;

0 commit comments

Comments
 (0)