From ba0db4da702e1c1ff3a7fe088a104f97af6f60bf Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Sun, 10 Jul 2022 22:57:55 +0200 Subject: [PATCH] Also add Video Pan option on OSX --- src/libresrc/osx/default_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json index 59f2ed05f..c6408ec67 100644 --- a/src/libresrc/osx/default_config.json +++ b/src/libresrc/osx/default_config.json @@ -611,6 +611,7 @@ "Fast Jump Step" : 10, "Show Keyframes" : true }, - "Subtitle Sync" : true + "Subtitle Sync" : true, + "Video Pan": false } }