mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 example/bindings] enable DevTools
This commit is contained in:
parent
c7c4cacc29
commit
1b850662ed
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ func main() {
|
|||
})
|
||||
|
||||
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
|
||||
URL: "/",
|
||||
URL: "/",
|
||||
DevToolsEnabled: true,
|
||||
})
|
||||
|
||||
err := app.Run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue