mirror of
https://github.com/avatsaev/touchbar_nyancat
synced 2024-11-22 03:03:05 +00:00
Make mute button visible again
A simple fix to unhide the mute button.
This commit is contained in:
parent
8e2cd89425
commit
f26b1e9a67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue