mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build !windows
|
|
|
|
package terminal
|
|
|
|
func RunningByDoubleClick() bool {
|
|
return false
|
|
}
|