diff --git a/app/config.js b/app/config.js index 1db7a02..23b8fec 100644 --- a/app/config.js +++ b/app/config.js @@ -3,6 +3,14 @@ // configuration options. Use the [config.local.js] file instead! window.mumbleWebConfig = { + // Which fields to show on the Connect to Server dialog + 'connectDialog': { + 'address': true, + 'port': true, + 'token': true, + 'username': true, + 'password': true + }, // Default values (can be changed by passing a query parameter of the same name) 'defaults': { // Connect Dialog diff --git a/app/index.html b/app/index.html index 94321be..5c346b4 100644 --- a/app/index.html +++ b/app/index.html @@ -31,23 +31,23 @@