mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-12 07:04:44 -05:00
Fix "Run Macro" help being visible when option is not selected
This commit is contained in:
parent
2841fcaadb
commit
1669b4cb72
|
|
@ -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