mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:39:21 +08:00
8 lines
201 B
Go
8 lines
201 B
Go
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
|
|
}
|