github.com/AlpineAIO/wails/v2@v2.0.0-beta.32.0.20240505041856-1047a8fa5fef/internal/app/app_devtools.go (about) 1 //go:build devtools 2 3 package app 4 5 // Note: devtools flag is also added in debug builds 6 func IsDevtoolsEnabled() bool { 7 return true 8 }