Fix deprecated alias for toggling hunks (#23818)

Release Notes:

- N/A
This commit is contained in:
João Marcos 2025-01-29 03:02:03 -03:00 committed by GitHub
parent 9e31b1019e
commit 16004d4c6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -397,4 +397,4 @@ gpui::actions!(
action_as!(go_to_line, ToggleGoToLine as Toggle);
action_with_deprecated_aliases!(editor, OpenSelectedFilename, ["editor::OpenFile"]);
action_with_deprecated_aliases!(editor, ToggleSelectedDiffHunks, ["editor::ToggleDiffHunk"]);
action_with_deprecated_aliases!(editor, ToggleSelectedDiffHunks, ["editor::ToggleHunkDiff"]);