allow selection of previous scene for exe,file,region,window and scene group for idle switches (#106)

This commit is contained in:
WarmUpTill
2021-01-23 23:21:59 +01:00
committed by GitHub
parent fe9457427f
commit 69d452f978
10 changed files with 67 additions and 179 deletions

View File

@@ -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();