From f710bdf8e8f17d8d18bc7164e7991685cdf5ca6f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 7 Jun 2020 16:30:33 +0200 Subject: [PATCH] app: update NewWindow docs to reflect multi-window support Fixes gio#19 Signed-off-by: Elias Naur --- app/window.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/window.go b/app/window.go index 34359ad8..482e2332 100644 --- a/app/window.go +++ b/app/window.go @@ -78,7 +78,8 @@ var ackEvent event.Event // NewWindow returns the window previously created by the // platform. // -// BUG: Calling NewWindow more than once is not yet supported. +// Calling NewWindow more than once is not supported on +// iOS, Android, WebAssembly. func NewWindow(options ...Option) *Window { opts := &window.Options{ Width: unit.Dp(800),