From c3280e8b60298cad1ad80150a56855206f80a84b Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 2 Oct 2020 07:45:41 +1000 Subject: [PATCH] Update runtime test --- v2/test/runtime/main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2/test/runtime/main.go b/v2/test/runtime/main.go index 55453291..820d1c50 100644 --- a/v2/test/runtime/main.go +++ b/v2/test/runtime/main.go @@ -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, }, })