mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-05 19:19:11 -06:00
Rename filesystem token from USER_PANELS to USER_WEBPANELS
This commit is contained in:
@@ -897,8 +897,8 @@ void OpenSpaceEngine::createUserDirectoriesIfNecessary() {
|
||||
if (!std::filesystem::exists(absPath("${USER_CONFIG}"))) {
|
||||
std::filesystem::create_directories(absPath("${USER_CONFIG}"));
|
||||
}
|
||||
if (!std::filesystem::is_directory(absPath("${USER_PANELS}"))) {
|
||||
std::filesystem::create_directories(absPath("${USER_PANELS}"));
|
||||
if (!std::filesystem::is_directory(absPath("${USER_WEBPANELS}"))) {
|
||||
std::filesystem::create_directories(absPath("${USER_WEBPANELS}"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user