Ariver
2026-07-02 0ffbf1935c9d091cce22a5583275ac0902f7a693
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)
}