Fix the support of "updateui.go" in Windows

Fix the support of "updateui.go" in Windows
- Missing _ "github.com/andlabs/ui/winmanifest" cannot run in Windows
This commit is contained in:
suixinio 2021-02-11 01:34:17 +08:00 committed by GitHub
parent 70a69d6ae3
commit 36dac7f131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"time"
"github.com/andlabs/ui"
_ "github.com/andlabs/ui/winmanifest"
)
// Example showing how to update the UI using the QueueMain function