Skip to content

Commit 429aa24

Browse files
authored
fix: make timestamp toggle text dynamic in command list (resolves #5106) (#5108)
1 parent 741c9d3 commit 429aa24

File tree

1 file changed

+1
-1
lines changed
  • packages/opencode/src/cli/cmd/tui/routes/session

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export function Session() {
449449
},
450450
},
451451
{
452-
title: "Toggle timestamps",
452+
title: showTimestamps() ? "Hide timestamps" : "Show timestamps",
453453
value: "session.toggle.timestamps",
454454
category: "Session",
455455
onSelect: (dialog) => {

0 commit comments

Comments
 (0)