Qt: don't restrict by model when loading from the library
This commit is contained in:
parent
44349b0a37
commit
3565c12d8c
@ -152,6 +152,7 @@ VFile* LibraryController::selectedVFile() {
|
||||
libentry.base = baseUtf8.constData();
|
||||
libentry.filename = filenameUtf8.constData();
|
||||
libentry.platform = mPLATFORM_NONE;
|
||||
libentry.platformModels = M_LIBRARY_MODEL_UNKNOWN;
|
||||
return mLibraryOpenVFile(m_library.get(), &libentry);
|
||||
} else {
|
||||
return nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user