diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 04:45:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 04:45:20 -0500 |
| commit | 7698e54f512f95991d1c9a441d300300db29ea4a (patch) | |
| tree | 97a802304942622fa9a0a8473e35dea717aec078 /argv.template.go | |
| parent | f9a62d1c3aeb9e99214cc16a664705d9a517fac3 (diff) | |
minor tweaks
Diffstat (limited to 'argv.template.go')
| -rw-r--r-- | argv.template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.template.go b/argv.template.go index 5ac7060..e7a9948 100644 --- a/argv.template.go +++ b/argv.template.go @@ -63,7 +63,7 @@ func (args) InitGui() error { func (args) Exit() { gui.UnloadToolkits() - if argv.Verbose { + if me.argv.Verbose() { log.Info("argv.Exit() called", APPNAME+".Exit()") } // remove this from the template for your app (or make one for youself if you need it) |
