Merge pull request #24 from jmb/mute-button-fix

Make mute button visible again
This commit is contained in:
Aslan Vatsaev 2017-10-19 12:49:21 +02:00 committed by GitHub
commit b4d2ac444f

View file

@ -44,7 +44,7 @@ class NyanCatViewController: NSViewController , NSTouchBarDelegate{
super.viewDidLoad()
self.view.wantsLayer = true
self.muteBtn.isHidden = true
self.muteBtn.isHidden = false
}