diff --git a/Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs b/Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs index 756aa89c1..ea647491e 100644 --- a/Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs +++ b/Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs @@ -139,7 +139,7 @@ namespace Flow.Launcher.Infrastructure.DialogJump }; _dialogJumpExplorers.TryAdd(dialogJumpExplorer, null); } - else if (pair.Plugin is IDialogJumpDialog dialog) + if (pair.Plugin is IDialogJumpDialog dialog) { var dialogJumpDialog = new DialogJumpDialogPair {