rename copy_title action to copy_title_to_clipboard

This commit is contained in:
Priyanshu
2026-02-13 09:59:02 +05:30
parent b4be13ed50
commit de49b7f27b
5 changed files with 9 additions and 9 deletions

View File

@@ -5400,7 +5400,7 @@ pub fn performBindingAction(self: *Surface, action: input.Binding.Action) !bool
.copy_title_to_clipboard => return try self.rt_app.performAction(
.{ .surface = self },
.copy_title,
.copy_title_to_clipboard,
{},
),