From ac6e230c2639946346015ed2b5278adcc220ff02 Mon Sep 17 00:00:00 2001 From: encrypt Date: Sun, 15 Mar 2020 20:50:54 +0100 Subject: [PATCH] add default channel in connection dialog/connect --- app/config.js | 3 ++- app/index.html | 4 ++++ app/index.js | 12 ++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) 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 + +