[v3 example/bindings] enable DevTools

This commit is contained in:
Travis McLane 2023-10-31 17:14:28 -05:00
commit 1b850662ed

View file

@ -25,7 +25,8 @@ func main() {
})
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
URL: "/",
URL: "/",
DevToolsEnabled: true,
})
err := app.Run()