[v3 linux] show dev tools if OpenInspectorAtStartup=true

This commit is contained in:
Travis McLane
2023-11-06 12:04:20 -06:00
parent ca21a3b79d
commit f787cf4bc2
3 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ func main() {
})
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
DevToolsEnabled: true,
DevToolsEnabled: true,
OpenInspectorOnStartup: true,
})
err := app.Run()