Set default settings.
This commit is contained in:
parent
f024b4a3c1
commit
656e247dcc
@ -7,3 +7,16 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
|
|||||||
// E.g. changing default address and theme:
|
// E.g. changing default address and theme:
|
||||||
// config.defaults.address = 'voice.example.com'
|
// config.defaults.address = 'voice.example.com'
|
||||||
// config.defaults.theme = 'MetroMumbleDark'
|
// config.defaults.theme = 'MetroMumbleDark'
|
||||||
|
config.defaults.address = 'mumble.chapril.org/ws';
|
||||||
|
|
||||||
|
config.connectDialog.address = false;
|
||||||
|
config.connectDialog.port = false;
|
||||||
|
config.connectDialog.token = false;
|
||||||
|
config.connectDialog.password = false;
|
||||||
|
config.connectDialog.channelName = false;
|
||||||
|
|
||||||
|
config.settings.voiceMode = 'ptt';
|
||||||
|
config.settings.pttKey = 'ctrl + shift';
|
||||||
|
config.settings.joinDialog = true;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user