mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 21:43:24 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
//go:build !devtools
|
|
|
|
package app
|
|
|
|
func IsDevtoolsEnabled() bool {
|
|
return false
|
|
}
|