mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-09 04:32:13 -05:00
Fix "Run Macro" help being visible when option is not selected
This commit is contained in:
parent
6da151f7d7
commit
9fff05c57c
|
|
@ -871,6 +871,8 @@ void MacroActionMacroEdit::SetWidgetVisibility()
|
|||
} else {
|
||||
_noConditionsWarning->setVisible(false);
|
||||
}
|
||||
_runMacroHelp->setVisible(action ==
|
||||
MacroActionMacro::Action::RUN_MACRO);
|
||||
|
||||
_nestedMacro->setVisible(action ==
|
||||
MacroActionMacro::Action::NESTED_MACRO);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user