diff --git a/app/config.js b/app/config.js index d0847f4..10941c1 100644 --- a/app/config.js +++ b/app/config.js @@ -36,6 +36,8 @@ window.mumbleWebConfig = { 'matrix': false, // enable Matrix Widget support (mostly auto-detected; implies 'joinDialog') 'avatarurl': '', // download and set the user's Mumble avatar to the image at this URL // General - 'theme': 'MetroMumbleLight' + 'theme': 'MetroMumbleLight', + 'startMute': false, + 'startDeaf': false } } diff --git a/app/index.html b/app/index.html index 349addf..048ffd3 100644 --- a/app/index.html +++ b/app/index.html @@ -2,6 +2,7 @@ + @@ -77,6 +78,22 @@ + +
+
+ Add channel +
+
+ + + + + +
Channel
+ +
+
+
@@ -412,7 +429,7 @@ class="join"> Join Channel -
  • Add
  • @@ -420,7 +437,7 @@ class="edit"> Edit -
  • Remove
  • @@ -462,40 +479,52 @@
    - - + Switch Orientation + Switch Orientation + rel="connect" src="/svg/applications-internet.svg" + title="Connect to Server" alt="Connection"> + css: { disabled: !thisUser() }" + title="Information" alt="Information">
    + rel="mute" src="/svg/audio-input-microphone.svg" + title="Mute" alt="Mute"> + rel="unmute" src="/svg/audio-input-microphone-muted.svg" + title="Unmute" alt="Unmute"> + rel="deaf" src="/svg/audio-output.svg" + title="Deafen" alt="Deafen"> + rel="undeaf" src="/svg/audio-output-deafened.svg" + title="Undeafen" alt="Undeafen"> + rel="record" src="/svg/media-record.svg" + title="Record" alt="Record">
    + rel="comment" src="/svg/toolbar-comment.svg" + title="Comment" alt="Comment">
    + rel="settings" src="/svg/config_basic.svg" + title="Settings" alt="Settings">
    + rel="Source Code" src="/svg/source-code.svg" + title="Open Soure Code" alt="Open Source Code">