[FIRE-36102] Fix the cache from being cleared every launch if NewCacheLocation is invalid
parent
218276893b
commit
115aca2a4f
|
|
@ -5199,6 +5199,8 @@ bool LLAppViewer::initCache()
|
|||
LL_WARNS("AppCache") << "Unable to set cache location" << LL_ENDL;
|
||||
gSavedSettings.setString("CacheLocation", "");
|
||||
gSavedSettings.setString("CacheLocationTopFolder", "");
|
||||
gSavedSettings.setString("NewCacheLocation", "");
|
||||
gSavedSettings.setString("NewCacheLocationTopFolder", "");
|
||||
}
|
||||
|
||||
// <FS:Ansariel> Sound cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue