Skip to content

Commit f26b1e9

Browse files
committed
Make mute button visible again
A simple fix to unhide the mute button.
1 parent 8e2cd89 commit f26b1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

touchbar_nyancat/NyanCatViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class NyanCatViewController: NSViewController , NSTouchBarDelegate{
4444
super.viewDidLoad()
4545

4646
self.view.wantsLayer = true
47-
self.muteBtn.isHidden = true
47+
self.muteBtn.isHidden = false
4848

4949
}
5050

0 commit comments

Comments
 (0)