mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
testing new active state with mute.js
This commit is contained in:
parent
32bc73dad3
commit
475430c1e0
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ function muteURL() {
|
|||
}
|
||||
var button = tablet.addButton({
|
||||
icon: "icons/tablet-icons/mic-a.svg",
|
||||
text: "MUTE"
|
||||
text: "MUTE",
|
||||
activeIcon: "icons/tablet-icons/mic-i.svg",
|
||||
activeText: "UNMUTE"
|
||||
});
|
||||
|
||||
function onMuteToggled() {
|
||||
|
|
Loading…
Reference in a new issue