1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00

Update config.local.js

This commit is contained in:
ericgaspar 2021-06-21 14:44:04 +02:00
parent 067ba4254c
commit a8f28d45c1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -13,9 +13,9 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
config.connectDialog.address = false
config.connectDialog.port = false
config.connectDialog.token = true
// config.connectDialog.username = true
config.connectDialog.username = true
config.connectDialog.password = false
// config.connectDialog.channelName = false
config.connectDialog.channelName = false
// Default values for user settings
// You can see your current value by typing `localStorage.getItem('mumble.$setting')` in the web console.