5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00
wails/v2/internal/frontend/desktop/darwin/inspector.go
Lea Anthony 6aa6762f12
Devtools hotkey (#2915)
* Add Ctrl/Cmd+Shift+F12 Hotkey to open devtools when `-devtools` flag used.
2023-09-19 05:56:14 +10:00

12 lines
130 B
Go

//go:build darwin && !(dev || debug || devtools)
package darwin
import (
"unsafe"
)
func showInspector(_ unsafe.Pointer) {
}