diff options
| author | Jeff Carr <[email protected]> | 2024-01-04 15:14:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-04 15:14:37 -0600 |
| commit | 32876a5bfb44b600bc3e26b17096af5f39a5c3b1 (patch) | |
| tree | 7434998c9bf401c0358e110515ae78f53407099c /logsettings/settings.go | |
| parent | 10001c70061dc9eda1b2aceb5a8cade74a8cb3a0 (diff) | |
restore defaults, all on, all off all work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'logsettings/settings.go')
| -rw-r--r-- | logsettings/settings.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logsettings/settings.go b/logsettings/settings.go index 6e5b866..4e95b7a 100644 --- a/logsettings/settings.go +++ b/logsettings/settings.go @@ -20,7 +20,6 @@ func New(p *gui.Node) *LogSettings { func (ls *LogSettings) Set(b bool) { // log.Set(ls.name, b) log.Warn("log.Set() FIXME: not working here anymore") - ls.checkbox.Set(b) } // Returns true if the status is valid |
