diff options
Diffstat (limited to 'internal/tui/flamegraph/controls.go')
| -rw-r--r-- | internal/tui/flamegraph/controls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/flamegraph/controls.go b/internal/tui/flamegraph/controls.go index e69d845..37b030a 100644 --- a/internal/tui/flamegraph/controls.go +++ b/internal/tui/flamegraph/controls.go @@ -89,7 +89,7 @@ func (m Model) toolbarLine() string { if m.statusMessage != "" { line += " | " + m.statusMessage } - if m.lastKeyDebug != "" { + if flameKeyDebugEnabled && m.lastKeyDebug != "" { line += " | " + m.lastKeyDebug } width := m.width |
