dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Prepare 2.1.19 Round 1 QA package
Ariver
2026-06-02
f4194105fe06baa18f0145cc59e1914f96f2d4cb
[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)
}