QmlDesigner: Rename bundles download folder

Change-Id: Ie7c0fb42ad1b62f842d27c4656e34a627a603a7b
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
Mahmoud Badri
2023-02-27 19:28:10 +02:00
parent 921157f646
commit 7bfe5bf323

View File

@@ -28,7 +28,7 @@ ContentLibraryTexturesModel::ContentLibraryTexturesModel(const QString &bundleSu
static const QString baseDownloadPath =
QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation)
+ "/QtDesignStudio/Downloaded";
+ "/QtDesignStudio/bundles";
m_downloadPath = baseDownloadPath + "/" + bundleSubpath;
}