mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[linux] Allow devtools by default
This commit is contained in:
@@ -428,7 +428,7 @@ func (w *linuxWebviewWindow) run() {
|
||||
w.center() // needs to be queued until after GTK starts up!
|
||||
}
|
||||
}
|
||||
if w.parent.options.DevToolsEnabled {
|
||||
if w.parent.options.DevToolsEnabled || globalApplication.isDebugMode {
|
||||
w.toggleDevTools()
|
||||
if w.parent.options.OpenInspectorOnStartup {
|
||||
w.showDevTools()
|
||||
|
||||
Reference in New Issue
Block a user