mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-06 08:36:04 -05:00
allow selection of previous scene for exe,file,region,window and scene group for idle switches (#106)
This commit is contained in:
@@ -476,7 +476,7 @@ void FileSwitch::load(obs_data_t *obj)
|
||||
}
|
||||
|
||||
FileSwitchWidget::FileSwitchWidget(QWidget *parent, FileSwitch *s)
|
||||
: SwitchWidget(parent, s, false, true)
|
||||
: SwitchWidget(parent, s, true, true)
|
||||
{
|
||||
fileType = new QComboBox();
|
||||
filePath = new QLineEdit();
|
||||
|
||||
Reference in New Issue
Block a user