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:
parent
067ba4254c
commit
a8f28d45c1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue