Skip to content

Commit

Permalink
Notice about not being able to check for receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
acidbubbles committed Aug 30, 2021
1 parent 9618716 commit 190bc4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private void EditTriggers()
_trigger.triggerActionsParent = popupParent;
_trigger.atom = plugin.containingAtom;
_trigger.InitTriggerUI();
// TODO: Because everything is protected/private in VaM, I cannot use CheckMissingReceiver
_trigger.OpenTriggerActionsPanel();
// When already open but in the wrong parent:
_trigger.SetPanelParent(popupParent);
Expand Down

0 comments on commit 190bc4f

Please sign in to comment.