video zoom: Add pan_reset command to video context menu

This commit is contained in:
arch1t3cht 2023-06-27 02:15:18 +02:00
parent 0f13a75a42
commit 3f017bc29c
2 changed files with 4 additions and 2 deletions

View File

@ -218,6 +218,7 @@
{ "command" : "video/frame/save/raw" },
{ "command" : "video/frame/copy/raw" },
{},
{ "command" : "video/copy_coordinates" }
{ "command" : "video/copy_coordinates" },
{ "command" : "video/pan_reset" }
]
}

View File

@ -227,6 +227,7 @@
{ "command" : "video/frame/save/raw" },
{ "command" : "video/frame/copy/raw" },
{},
{ "command" : "video/copy_coordinates" }
{ "command" : "video/copy_coordinates" },
{ "command" : "video/pan_reset" }
]
}