5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:01:45 +08:00

Add github issue link

This commit is contained in:
Lea Anthony 2023-01-18 17:41:33 +11:00
parent dbf6b3a718
commit 2479603143
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -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() {