mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 13:03:10 +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 athenaGotoUrl = "https://metaverse.projectathena.io/interim/d-goto/app/goto.json";
|
||||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", athenaGotoUrl);
|
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 ws;
|
||||||
var wsReady = false;
|
var wsReady = false;
|
||||||
|
|
Loading…
Reference in a new issue