Skip to content

Commit

Permalink
Merge branch 'video_panning_option' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jun 27, 2023
2 parents eb6f31c + 3f017bc commit 0479b31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/libresrc/default_menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
{ "command" : "video/frame/save/subs" },
{ "command" : "video/frame/copy/subs" },
{},
{ "command" : "video/copy_coordinates" }
{ "command" : "video/copy_coordinates" },
{ "command" : "video/pan_reset" }
]
}
3 changes: 2 additions & 1 deletion src/libresrc/osx/default_menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
{ "command" : "video/frame/save/subs" },
{ "command" : "video/frame/copy/subs" },
{},
{ "command" : "video/copy_coordinates" }
{ "command" : "video/copy_coordinates" },
{ "command" : "video/pan_reset" }
]
}

0 comments on commit 0479b31

Please sign in to comment.