From 566bd04e3fb0ec35c9541c2f1a1b957a07fe3a6e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 21 Jul 2025 18:06:05 +0800 Subject: [PATCH] Support two types in one class --- Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {