Created
January 7, 2019 05:45
-
-
Save kjaymiller/94e0e86fac35f89e9ef74559cac42949 to your computer and use it in GitHub Desktop.
Mute Button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if input volume of (get volume settings) = 0 then | |
set level to 100 | |
else | |
set level to 0 | |
end if | |
set volume input volume level |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment