Skip to content

Commit 211a55d

Browse files
committed
Change has_frame to create a flameless window if true
1 parent 5c34b68 commit 211a55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/window/window.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func NewWindow(options Options) *Window {
7676
RootUrl: w.Url,
7777
Title: spawn.ApplicationName,
7878
Size: size,
79-
HasFrame: options.HasFrame,
79+
HasFrame: !options.HasFrame,
8080
},
8181
}
8282
dispatcher.RegisterHandler(w.DispatchResponse)

0 commit comments

Comments
 (0)