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.
2 parents 43de90f + 381497a commit 92e66a5Copy full SHA for 92e66a5
lib/bindings/window/window.go
@@ -77,6 +77,7 @@ func NewWindow(options Options) *Window {
77
Title: spawn.ApplicationName,
78
Size: size,
79
HasFrame: !options.HasFrame,
80
+ IconPath: options.IconPath,
81
},
82
}
83
dispatcher.RegisterHandler(w.DispatchResponse)
lib/commands/commands.go
@@ -47,6 +47,7 @@ type CommandArguments struct {
47
Kiosk bool `json:"kiosk"`
48
Focus bool `json:"focus"`
49
HasFrame bool `json:"has_frame"`
50
+ IconPath string `json:"icon_path,omitempty"`
51
Path string `json:"path,omitempty"`
52
Message RemoteMessage `json:"message,omitempty"`
53
0 commit comments