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