Better devtools handling

This commit is contained in:
Lea Anthony
2020-11-21 12:40:19 +11:00
parent b920f45f60
commit bc260b08b2
6 changed files with 10 additions and 11 deletions

View File

@@ -64,9 +64,7 @@ func CreateApp(options *Options) *App {
MaxWidth: options.MaxWidth,
MaxHeight: options.MaxHeight,
StartHidden: options.StartHidden,
// This should be controlled by the compile time flags...
DevTools: true,
DevTools: options.DevTools,
Resizable: !options.DisableResize,
Fullscreen: options.Fullscreen,