mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
feat(Enums): Add externalOnly option to MenuIcon enum
This commit is contained in:
parent
2f1a2e043c
commit
8d592ff12c
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ enum MenuIcon: Int {
|
|||
case show = 0
|
||||
case sliderOnly = 1
|
||||
case hide = 2
|
||||
case externalOnly = 3
|
||||
}
|
||||
|
||||
enum MenuItemStyle: Int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue