Merge branch 'video_panning_option' into feature

This commit is contained in:
arch1t3cht 2023-06-27 02:15:54 +02:00
commit 0479b310e8
2 changed files with 4 additions and 2 deletions

View File

@ -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" }
]
}

View File

@ -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" }
]
}