mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix windows build
This commit is contained in:
parent
9af14015e4
commit
5b5a4ba4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ func (v version) IsAtLeast(input string) bool {
|
|||
return result >= 0
|
||||
}
|
||||
|
||||
func NewCapabilities(version string) Capabilities {
|
||||
func NewCapabilities(webview2version string) Capabilities {
|
||||
webview2 := version(webview2version)
|
||||
c := Capabilities{}
|
||||
c.HasNativeDrag = webview2.IsAtLeast("113.0.0.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue