Skip to content

Commit 566bd04

Browse files
committed
Support two types in one class
1 parent bef1fee commit 566bd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static void InitializeDialogJumpPlugin(PluginPair pair)
139139
};
140140
_dialogJumpExplorers.TryAdd(dialogJumpExplorer, null);
141141
}
142-
else if (pair.Plugin is IDialogJumpDialog dialog)
142+
if (pair.Plugin is IDialogJumpDialog dialog)
143143
{
144144
var dialogJumpDialog = new DialogJumpDialogPair
145145
{

0 commit comments

Comments
 (0)