We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1fee commit 566bd04Copy full SHA for 566bd04
Flow.Launcher.Infrastructure/DialogJump/DialogJump.cs
@@ -139,7 +139,7 @@ public static void InitializeDialogJumpPlugin(PluginPair pair)
139
};
140
_dialogJumpExplorers.TryAdd(dialogJumpExplorer, null);
141
}
142
- else if (pair.Plugin is IDialogJumpDialog dialog)
+ if (pair.Plugin is IDialogJumpDialog dialog)
143
{
144
var dialogJumpDialog = new DialogJumpDialogPair
145
0 commit comments