github.com/secoba/wails/v2@v2.6.4/pkg/options/debug.go (about)

     1  package options
     2  
     3  // Debug options which are taken into account in debug builds.
     4  type Debug struct {
     5  	// OpenInspectorOnStartup opens the inspector on startup of the app.
     6  	OpenInspectorOnStartup bool
     7  }