frontend: Auto-select manually added file imports

This commit is contained in:
Warchamp7 2025-02-23 13:55:38 -05:00 committed by Ryan Foster
parent cd6bb523ae
commit a0248a319f

View File

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