mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
allow canceling group-by
This commit is contained in:
parent
f1d53dea58
commit
f684cee465
1 changed files with 1 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ impl<'a> UiState<'a> {
|
|||
previous: Some(previous),
|
||||
..
|
||||
})
|
||||
| UiState::GroupByMenu(GroupByMenuState { previous, .. })
|
||||
| UiState::Distinct(DistinctLogsState { previous, .. })
|
||||
| UiState::Log(LogState { previous, .. })
|
||||
| UiState::Errors(ErrorLinesState { previous, .. }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue