Skip to content

Commit

Permalink
Update warning to docs
Browse files Browse the repository at this point in the history
Fixes #5230
  • Loading branch information
andydotxyz committed Dec 24, 2024
1 parent 1f52ee6 commit dd0f794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ type App interface {
Lifecycle() Lifecycle

// Metadata returns the application metadata that was set at compile time.
// The items of metadata are available after "fyne package" or when running "go run"
// Building with "go build" may cause this to be unavailable.
//
// Since: 2.2
Metadata() AppMetadata
Expand Down

0 comments on commit dd0f794

Please sign in to comment.