Skip to content

Commit

Permalink
[linux] Allow devtools by default
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Nov 11, 2023
1 parent b8d780b commit 1f16655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/pkg/application/webview_window_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1f16655

Please sign in to comment.