Make mute button visible again

A simple fix to unhide the mute button.
This commit is contained in:
Jonathan Batchelor 2017-10-18 20:22:04 +01:00
parent 8e2cd89425
commit f26b1e9a67

View file

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