1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00
go-cqhttp/global/terminal/double_click.go
2021-03-03 19:01:40 +08:00

8 lines
89 B
Go

// +build !windows
package terminal
func RunningByDoubleClick() bool {
return false
}