diff options
| author | Jeff Carr <[email protected]> | 2024-01-04 14:41:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-04 14:41:37 -0600 |
| commit | 10001c70061dc9eda1b2aceb5a8cade74a8cb3a0 (patch) | |
| tree | 02c9136fddb50f9421163cb792b4089c98db61e8 /logsettings/structs.go | |
| parent | 1e83c1e609e82e463073bfd0a1c1648e9ac4335e (diff) | |
subsystem flags are displayed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'logsettings/structs.go')
| -rw-r--r-- | logsettings/structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logsettings/structs.go b/logsettings/structs.go index 3df504b..2a14cb5 100644 --- a/logsettings/structs.go +++ b/logsettings/structs.go @@ -12,6 +12,8 @@ type LogSettings struct { hidden bool err error + groups map[string]*flagGroup + parent *gui.Node // where to draw our window window *gui.Node // our window for displaying the log package settings |
