summaryrefslogtreecommitdiff
path: root/multimedia/openshot/files/patch-src_launch.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--multimedia/openshot/files/patch-src_launch.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/openshot/files/patch-src_launch.py b/multimedia/openshot/files/patch-src_launch.py
new file mode 100644
index 000000000000..323fc5ddbc78
--- /dev/null
+++ b/multimedia/openshot/files/patch-src_launch.py
@@ -0,0 +1,11 @@
+--- src/launch.py.orig 2021-08-24 18:04:45 UTC
++++ src/launch.py
+@@ -109,7 +109,7 @@ def main():
+ '(requires Qt 5.11+)')
+ parser.add_argument(
+ '-b', '--web-backend', action='store',
+- choices=['auto', 'webkit', 'webengine'], default='auto',
++ choices=['auto', 'webkit', 'webengine'], default='webkit',
+ help="Web backend to use for Timeline")
+ parser.add_argument(
+ '-d', '--debug', action='store_true',