mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-04 21:30:48 +02:00
Change default Avatar Packager project directory
This commit is contained in:
parent
d872e9f07d
commit
934311b54a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public:
|
||||||
static bool isValidNewProjectName(const QString& projectPath, const QString& projectName);
|
static bool isValidNewProjectName(const QString& projectPath, const QString& projectName);
|
||||||
|
|
||||||
static QString getDefaultProjectsPath() {
|
static QString getDefaultProjectsPath() {
|
||||||
return QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) + "/High Fidelity Projects";
|
return QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) + "/Project Athena Projects";
|
||||||
}
|
}
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
Loading…
Reference in a new issue