Ariver
2026-06-04 8a3688f69230d8bad0f74a6494847f472902b6ae
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)
}