mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Enable use of Scene Groups for Random tab (#141)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user