Ariver
2026-07-01 ddbd0b7ac03c8e97d8ba54708d61e8c0c96ad160
1
2
3
4
5
6
package dock
 
// SetHidden updates whether the application is shown in the macOS Dock.
func SetHidden(hidden bool) {
    setHidden(hidden)
}