Skip to content

Commit

Permalink
forgot to add AppMenu to app Options
Browse files Browse the repository at this point in the history
  • Loading branch information
haranobuhardo committed Oct 25, 2023
1 parent f94955e commit cd92019
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "free-llm-desktop",
Width: 1024,
Height: 768,
Width: 800,
Height: 600,
AssetServer: &assetserver.Options{
Assets: assets,
},
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
OnStartup: app.startup,
Menu: AppMenu,
Bind: []interface{}{
app,
},
Expand Down

0 comments on commit cd92019

Please sign in to comment.