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:
parent
70a69d6ae3
commit
36dac7f131
|
@ -5,6 +5,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/andlabs/ui"
|
"github.com/andlabs/ui"
|
||||||
|
_ "github.com/andlabs/ui/winmanifest"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Example showing how to update the UI using the QueueMain function
|
// Example showing how to update the UI using the QueueMain function
|
||||||
|
|
Loading…
Reference in New Issue