mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
Made Gridchat muted by default
This commit is contained in:
parent
f5b287b084
commit
63492d55d1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ var settingsRoot = "FloofChat";
|
|||
var athenaGotoUrl = "https://metaverse.projectathena.io/interim/d-goto/app/goto.json";
|
||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", athenaGotoUrl);
|
||||
|
||||
var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": false});
|
||||
var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": true});
|
||||
|
||||
var ws;
|
||||
var wsReady = false;
|
||||
|
|
Loading…
Reference in a new issue