Skip to content

Commit

Permalink
chore: minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 24, 2024
1 parent 4f37be2 commit 31dda7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wails_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func NewApp(svc *Service) *WailsApp {

// startup is called when the app starts. The context is saved
// so we can call the runtime methods
func (a *WailsApp) startup(ctx context.Context) {
a.ctx = ctx
func (app *WailsApp) startup(ctx context.Context) {
app.ctx = ctx
}

func LaunchWailsApp(app *WailsApp) {
Expand Down

0 comments on commit 31dda7e

Please sign in to comment.