Skip to content

Commit b4d2ac4

Browse files
authored
Merge pull request #24 from jmb/mute-button-fix
Make mute button visible again
2 parents c9561d2 + f26b1e9 commit b4d2ac4

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)