mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-27 12:25:23 -05:00
Enable use of Scene Groups for Random tab (#141)
This commit is contained in:
parent
1273446ce5
commit
2d0a52f8d1
|
|
@ -142,7 +142,7 @@ void RandomSwitch::load(obs_data_t *obj)
|
|||
}
|
||||
|
||||
RandomSwitchWidget::RandomSwitchWidget(QWidget *parent, RandomSwitch *s)
|
||||
: SwitchWidget(parent, s, false, false)
|
||||
: SwitchWidget(parent, s, false, true)
|
||||
{
|
||||
delay = new QDoubleSpinBox();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user