Skip to content

Commit

Permalink
change to GUI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ellielle committed Jun 13, 2024
1 parent 3391046 commit 4c95146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "Boot.dev Buddy",
Width: 1024,
Height: 768,
StartHidden: true,
Width: 900,
Height: 600,
StartHidden: false,
// Set to true to remove border
Frameless: true,
AssetServer: &assetserver.Options{
Expand Down

0 comments on commit 4c95146

Please sign in to comment.