From 475430c1e0069d9e3d6c54f821c72fb279503442 Mon Sep 17 00:00:00 2001 From: Faye Li Si Fi Date: Wed, 4 Jan 2017 12:25:27 -0800 Subject: [PATCH] testing new active state with mute.js --- scripts/system/mute.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/system/mute.js b/scripts/system/mute.js index 97a00fb0b2..e665972b76 100644 --- a/scripts/system/mute.js +++ b/scripts/system/mute.js @@ -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() {