1
0
forked from x/icebergs
icebergs/core/chat/macos/desktop.go
2023-05-03 23:23:49 +08:00

8 lines
167 B
Go

package macos
import ice "shylinux.com/x/icebergs"
const DESKTOP = "desktop"
func init() { Index.MergeCommands(ice.Commands{DESKTOP: {Actions: CmdHashAction()}}) }