dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: treat right alt flags as key state
Ariver
2026-05-18
4ffa57abab0370b5bd8485a51bb333b369682aea
[crazy-macs/private-voice.git]
/
VoiceSnapGo
/
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)
}