frontend: Auto-select manually added file imports
This commit is contained in:
parent
cd6bb523ae
commit
a0248a319f
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user