rum-goggles/vendor/github.com/wailsapp/wails/v2/pkg/options/debug.go

8 lines
201 B
Go
Raw Normal View History

2024-02-23 16:39:16 +00:00
package options
// Debug options which are taken into account in debug builds.
type Debug struct {
// OpenInspectorOnStartup opens the inspector on startup of the app.
OpenInspectorOnStartup bool
}