macos: add change tab title to right click menu

This commit is contained in:
Mitchell Hashimoto
2025-12-11 16:28:10 -08:00
parent 65c5e72d3e
commit 6105344c31
2 changed files with 3 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ fn actionCommands(action: Action.Key) []const Command {
.prompt_surface_title => comptime &.{.{
.action = .prompt_surface_title,
.title = "Change Title...",
.title = "Change Terminal Title...",
.description = "Prompt for a new title for the current terminal.",
}},