Remove VLC from the menu bar
This commit is contained in:
parent
99f73fe86f
commit
31731745e0
2 changed files with 8 additions and 0 deletions
7
roles/macos/tasks/apps/vlc.yml
Normal file
7
roles/macos/tasks/apps/vlc.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Remove VLC from the menu bar
|
||||
osx_defaults:
|
||||
domain: org.videolan.vlc
|
||||
key: 'NSStatusItem Visible statusBarItem'
|
||||
type: bool
|
||||
value: false
|
||||
Reference in a new issue