You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NoiseTorch/update_noop.go

17 lines
262 B
Go

package main
type updateui struct {
serverVersion string
available bool
triggered bool
updatingText string
}
func updateCheck(ctx *ntcontext) {
// noop for non-release versions
}
func update(ctx *ntcontext) {
// noop for non-release versions
}