summaryrefslogtreecommitdiff
path: root/internal/ui
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ui')
-rw-r--r--internal/ui/table.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go
index b42940a..6588afc 100644
--- a/internal/ui/table.go
+++ b/internal/ui/table.go
@@ -634,6 +634,8 @@ func (m Model) View() tea.View {
content = m.renderHelpScreen()
} else if m.showTaskDetail {
content = m.renderTaskDetail()
+ } else if m.showUltra {
+ content = m.renderUltraModus()
} else {
// expandedCellView is only appended when the user has toggled the
// expanded-cell panel open; including it unconditionally caused a