Fixing some stock experience issues.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3999 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-10-12 12:27:32 +00:00
parent c0a14a738e
commit 1dec53821e
8 changed files with 24 additions and 13 deletions

View File

@ -7,7 +7,7 @@ var gProcesses = {};
var gStatsTimer = false;
var gGlobalSettings = {
index: "/~core/index",
index: "/~core/apps/",
};
var kGlobalSettingsFile = "data/global/settings.json";