mirror of
https://github.com/avatsaev/touchbar_nyancat
synced 2024-11-10 05:44:13 +00:00
Merge pull request #24 from jmb/mute-button-fix
Make mute button visible again
This commit is contained in:
commit
b4d2ac444f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class NyanCatViewController: NSViewController , NSTouchBarDelegate{
|
|||
super.viewDidLoad()
|
||||
|
||||
self.view.wantsLayer = true
|
||||
self.muteBtn.isHidden = true
|
||||
self.muteBtn.isHidden = false
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue