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