mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Support two types in one class
This commit is contained in:
parent
bef1feea0a
commit
566bd04e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue