mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:01:52 +08:00

* [v2] Add devtools production build flag * Update changelog * Fix changelog spacing --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
8 lines
88 B
Go
8 lines
88 B
Go
//go:build devtools
|
|
|
|
package app
|
|
|
|
func IsDevtoolsEnabled() bool {
|
|
return true
|
|
}
|