mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 07:35:51 +01:00
* [v2] Add devtools production build flag * Update changelog * Fix changelog spacing --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
7 lines
90 B
Go
7 lines
90 B
Go
//go:build !devtools
|
|
|
|
package app
|
|
|
|
func IsDevtoolsEnabled() bool {
|
|
return false
|
|
}
|