adam-gui/vendor/fyne.io/fyne/v2/app/settings_noanimation.go

9 lines
100 B
Go
Raw Normal View History

2024-04-29 19:13:50 +02:00
//go:build no_animations
// +build no_animations
package app
func init() {
noAnimations = true
}