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