We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf59ea commit 381497aCopy full SHA for 381497a
lib/commands/commands.go
@@ -47,7 +47,7 @@ type CommandArguments struct {
47
Kiosk bool `json:"kiosk"`
48
Focus bool `json:"focus"`
49
HasFrame bool `json:"has_frame"`
50
- IconPath bool `json:"icon_path,omitempty"`
+ IconPath string `json:"icon_path,omitempty"`
51
Path string `json:"path,omitempty"`
52
Message RemoteMessage `json:"message,omitempty"`
53
}
0 commit comments