dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add release manifest for 2.1.24 branding candidate
Ariver
2026-06-03
86922b2d1782d890507101c6040b6e4f988b9e5d
[crazy-macs/private-voice.git]
/
privatevoice.src
/
internal
/
dock
/
dock.go
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)
}