diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 21:46:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 21:46:50 -0600 |
| commit | 32fe455bb5c75b756ca0ff7e2a5d076a30978db4 (patch) | |
| tree | 252a5e804d86d78a41cdca4f83b460baee71bfb3 /logFlag.go | |
| parent | 751b6059c0432ede8de32656b777196cfdd6adaf (diff) | |
now should work without needed to actually displayv0.12.6
a nice improvement. actual toolkit widgets
arent' actually needed. It's faster
and can run in the dark
autotypist compiles and runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'logFlag.go')
| -rw-r--r-- | logFlag.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ func NewLogFlag(n *gui.Node, lf *log.LogFlag) *LogFlag { // various timeout settings f.c = n.NewCheckbox(f.Name + ": " + f.Desc) f.c.Custom = func() { - f.lf.Set(f.c.GetBool()) + f.lf.Set(f.c.Bool()) log.Info("LogFlag.Custom() user changed value to =", f.lf.Get()) } f.c.Set(lf.Get()) |
