adam-gui/vendor/fyne.io/fyne/v2/test/device_other.go

9 lines
103 B
Go
Raw Permalink Normal View History

2024-04-29 19:13:50 +02:00
//go:build !mobile
// +build !mobile
package test
func (d *device) IsMobile() bool {
return false
}