diff --git a/app/config.js b/app/config.js index 30c7835..d0847f4 100644 --- a/app/config.js +++ b/app/config.js @@ -9,7 +9,8 @@ window.mumbleWebConfig = { 'port': true, 'token': true, 'username': true, - 'password': true + 'password': true, + 'channelName': false }, // Default values for user settings // You can see your current value by typing `localStorage.getItem('mumble.$setting')` in the web console. diff --git a/app/index.html b/app/index.html index 14862ff..c46f71f 100644 --- a/app/index.html +++ b/app/index.html @@ -52,6 +52,10 @@ Password + + Channel + +