Skip to content

Commit

Permalink
fix: err marshal DisableStartupMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Dec 19, 2020
1 parent 87bfea0 commit 497ebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var _ command = (*Designer)(nil)

type Designer struct {
DisableStartupDialogs bool `v8:"/DisableStartupDialogs" json:"disable_startup_dialogs"`
DisableStartupMessages bool `v8:"/DisableStartupDialogs" json:"disable_startup_messages"`
DisableStartupMessages bool `v8:"/DisableStartupMessages" json:"disable_startup_messages"`
Visible bool `v8:"/Visible" json:"visible"`
}

Expand Down

0 comments on commit 497ebb9

Please sign in to comment.