From 2479603143ddda9fd848c57695c1715d70014df9 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 18 Jan 2023 17:41:33 +1100 Subject: [PATCH] Add github issue link --- website/blog/2023-01-17-v3-roadmap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2023-01-17-v3-roadmap.mdx b/website/blog/2023-01-17-v3-roadmap.mdx index a0fde63a0..adc53e36e 100644 --- a/website/blog/2023-01-17-v3-roadmap.mdx +++ b/website/blog/2023-01-17-v3-roadmap.mdx @@ -113,7 +113,7 @@ app.Log.Info("Hello World") ``` This is a much more powerful API which will allow for more complex applications to be built. -It also allows for the creation of multiple windows: +It also allows for the creation of multiple windows, [the most up-voted feature on GitHub](https://github.com/wailsapp/wails/issues/1480): ```go func main() {