mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 linux] show dev tools if OpenInspectorAtStartup=true
This commit is contained in:
@@ -51,7 +51,8 @@ func main() {
|
||||
})
|
||||
|
||||
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
|
||||
DevToolsEnabled: true,
|
||||
DevToolsEnabled: true,
|
||||
OpenInspectorOnStartup: true,
|
||||
})
|
||||
|
||||
err := app.Run()
|
||||
|
||||
Reference in New Issue
Block a user