[v3 example/bindings] enable DevTools

This commit is contained in:
Travis McLane
2023-10-31 17:15:16 -05:00
parent c7c4cacc29
commit 1b850662ed
+2 -1
View File
@@ -25,7 +25,8 @@ func main() {
})
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
URL: "/",
URL: "/",
DevToolsEnabled: true,
})
err := app.Run()