mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Better devtools handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user