micro/internal/config/globals.go
2019-12-25 17:05:11 -05:00

8 lines
163 B
Go

package config
const (
DoubleClickThreshold = 400 // How many milliseconds to wait before a second click is not a double click
)
var Bindings map[string]string