Update runtime test

This commit is contained in:
Lea Anthony
2020-10-02 07:45:41 +10:00
parent 26a1f78d56
commit c3280e8b60

View File

@@ -22,12 +22,14 @@ func main() {
Height: 620,
DisableResize: false,
Fullscreen: false,
RGBA: 0xFF0000FF,
RGBA: 0xFFFFFFFF,
Mac: &mac.Options{
// TitleBar: mac.TitleBarHidden(),
// TitleBar: mac.TitleBarHiddenInset(),
TitleBar: mac.TitleBarDefault(),
// Appearance: mac.NSAppearanceNameDarkAqua,
WebviewIsTransparent: true,
// WindowBackgroundIsTranslucent: true,
},
})