this might work?

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-06 16:09:02 -06:00
parent 1eb637cbf5
commit bf0863f4d0
1 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,10 @@ func main() {
os.Exit(0)
}
myGui = gui.New()
myGui.InitEmbed(resources)
myGui.Default()
if ! argv.NoGui {
myGui.InitEmbed(resources)
myGui.Default()
}
basicWindow = makebasicWindow()