diff --git a/main.go b/main.go index 147b2f1..74e1546 100644 --- a/main.go +++ b/main.go @@ -7,6 +7,7 @@ import ( "github.com/wailsapp/wails/v2" "github.com/wailsapp/wails/v2/pkg/options" "github.com/wailsapp/wails/v2/pkg/options/assetserver" + "github.com/wailsapp/wails/v2/pkg/options/mac" ) //go:embed all:frontend/dist @@ -37,6 +38,11 @@ func main() { dbService, updateService, }, + Mac: &mac.Options{ + TitleBar: &mac.TitleBar{ + FullSizeContent: true, + }, + } }) if err != nil {