fckeuspy-go/vendor/fyne.io/fyne/v2/app/settings_mobile.go

12 lines
168 B
Go

//go:build android || ios || mobile
package app
func (s *settings) watchSettings() {
// no-op on mobile
}
func (s *settings) stopWatching() {
// no-op on mobile
}