* BugFix: Mount home:/ to refer to Torque's original Documents/<APPNAME> output for eg. prefs while leaving data:/ as an option for those that may want it.

This commit is contained in:
Robert MacGregor 2022-06-13 10:53:01 -04:00
parent 59cf242a7a
commit 3dafdef5da
2 changed files with 20 additions and 3 deletions

View file

@ -175,7 +175,7 @@ function getUserPath()
function getPrefpath()
{
$prefPath = "data:/preferences";
$prefPath = "home:/preferences";
return $prefPath;
}