1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix upload not working because old folder naming convention

This commit is contained in:
Elias Steurer 2021-10-03 08:43:15 +02:00
parent 75173c45b5
commit 5d347a5746

View File

@ -94,10 +94,6 @@ void InstalledListModel::loadInstalledContent()
for (const auto& item : list) {
// _tml_ is the folder name when creation via wizard
if (!item.baseName().contains("_tmp_"))
continue;
const QString absoluteFilePath = m_absoluteStoragePath.toLocalFile() + "/" + item.baseName() + "/project.json";
if (!QFile::exists(absoluteFilePath))