@@ -449,7 +449,7 @@ export function Session() {
},
{
- title: "Toggle timestamps",
+ title: showTimestamps() ? "Hide timestamps" : "Show timestamps",
value: "session.toggle.timestamps",
category: "Session",
onSelect: (dialog) => {