mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 linux] auto-toggle devtools (if enabled)
This commit is contained in:
@@ -424,6 +424,9 @@ func (w *linuxWebviewWindow) run() {
|
||||
w.center() // needs to be queued until after GTK starts up!
|
||||
}
|
||||
}
|
||||
if w.parent.options.DevToolsEnabled {
|
||||
w.toggleDevTools()
|
||||
}
|
||||
}
|
||||
|
||||
func (w *linuxWebviewWindow) setTransparent() {
|
||||
|
||||
Reference in New Issue
Block a user