5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-15 00:19:30 +08:00
wails/v2/internal/app/app_devtools.go
2023-09-16 14:56:23 +10:00

8 lines
81 B
Go

//go:build devtools
package app
func IsDevtoolsEnabled() bool {
return true
}