All checks were successful
Linting and tests / Linting (push) Successful in 6s
11 lines
143 B
Go
11 lines
143 B
Go
package application
|
|
|
|
import (
|
|
"fyne.io/fyne/v2"
|
|
)
|
|
|
|
// Fyne returns Fyne instance.
|
|
func (a *Application) Fyne() fyne.App {
|
|
return a.fyneApp
|
|
}
|