mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add removal todo comment
This commit is contained in:
parent
9be546d6c7
commit
652ec40d82
1 changed files with 1 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ namespace Flow.Launcher.Plugin.Shell
|
||||||
context.API.RegisterGlobalKeyboardCallback(API_GlobalKeyboardEvent);
|
context.API.RegisterGlobalKeyboardCallback(API_GlobalKeyboardEvent);
|
||||||
// Since the old Settings class set default value of ShowOnlyMostUsedCMDsNumber to 0 which is a wrong value,
|
// Since the old Settings class set default value of ShowOnlyMostUsedCMDsNumber to 0 which is a wrong value,
|
||||||
// we need to fix it here to make sure the default value is 5
|
// we need to fix it here to make sure the default value is 5
|
||||||
|
// todo: remove this code block after release v2.2.0
|
||||||
if (_settings.ShowOnlyMostUsedCMDsNumber == 0)
|
if (_settings.ShowOnlyMostUsedCMDsNumber == 0)
|
||||||
{
|
{
|
||||||
_settings.ShowOnlyMostUsedCMDsNumber = 5;
|
_settings.ShowOnlyMostUsedCMDsNumber = 5;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue