diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-25 10:20:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-25 10:20:57 +0200 |
| commit | 559c5cb10b654cceda62b2afa12068a575a83530 (patch) | |
| tree | 170a5b874d567cede8b84b5c2e2fce2467c5b4c0 /internal | |
| parent | fa93934f341c7356b63daaf0c27cbdbb6e22fad7 (diff) | |
Add files dir-group state to dashboard model
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/tui/dashboard/model.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/tui/dashboard/model.go b/internal/tui/dashboard/model.go index 56e1980..822f88f 100644 --- a/internal/tui/dashboard/model.go +++ b/internal/tui/dashboard/model.go @@ -37,6 +37,8 @@ type Model struct { keys common.KeyMap syscallsOffset int filesOffset int + filesDirGrouped bool + filesDirOffset int processesOffset int streamModel eventstream.Model } |
