mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 05:44:43 +08:00
frontend: Auto-select manually added file imports
This commit is contained in:
@@ -138,6 +138,8 @@ bool ImporterModel::setData(const QModelIndex &index, const QVariant &value, int
|
||||
for (QString path : list) {
|
||||
ImporterEntry entry;
|
||||
entry.path = path;
|
||||
entry.selected = true;
|
||||
entry.empty = true;
|
||||
|
||||
options.insert(row, entry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user