wails/v3/pkg/application/webview_window_linux_dev.go
copilot-swe-agent[bot] 569def0d62 Fix Windows bugs from discussion #5001: HiddenOnTaskbar focus loss and layered window hit-test region
Co-authored-by: leaanthony <1943904+leaanthony@users.noreply.github.com>
2026-02-22 05:27:05 +00:00

11 lines
228 B
Go

//go:build linux && !production && !android && !server
package application
func (w *linuxWebviewWindow) openDevTools() {
openDevTools(w.webview)
}
func (w *linuxWebviewWindow) enableDevTools() {
enableDevTools(w.webview)
}