Ariver
2026-06-03 b94a79dc7c9cfcdf72605289d0b89e85238c7d02
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)
}