Feature Request: Remove icon on dock
Opened this issue ยท 4 comments
Describe the feature
I don't think we need application icon on dock bar. Should have option to hide it.
The icon shows when enable "Use the full menubar on expanding" mode. This is the limitation of NSApp.setActivationPolicy(.regular) we can't find another solution to implement this feature.
It persists even after that setting is once again disabled.
It persists even after that setting is once again disabled.
quit and reopening hides it
The icon shows when enable "Use the full menubar on expanding" mode. This is the limitation of NSApp.setActivationPolicy(.regular) we can't find another solution to implement this feature.
Hi, just wondering, did you mean .accessory
rather than .regular
? Could you elaborate on what you tried and discovered?