mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[linux] Allow devtools by default
This commit is contained in:
parent
b8d780ba4a
commit
1f16655769
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue