Skip to content

Commit 6a62ee7

Browse files
committed
feat: explicitly set application window to be framed
1 parent 30e34c6 commit 6a62ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func main() {
2828
BackgroundColour: &options.RGBA{R: 17, G: 24, B: 39, A: 1},
2929
OnStartup: app.startup,
3030
OnShutdown: app.shutdown,
31+
Frameless: false,
3132
Bind: []interface{}{
3233
app,
3334
},

0 commit comments

Comments
 (0)