From 7f97e8f155c4a51517670c0dc7574f88afeffe6c Mon Sep 17 00:00:00 2001 From: tassaron Date: Mon, 2 May 2022 20:16:47 -0400 Subject: add commandline option to disable preview during export the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request --- src/core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index 77b0894..1ad4a67 100644 --- a/src/core.py +++ b/src/core.py @@ -487,6 +487,7 @@ class Core: ], 'logDir': os.path.join(dataDir, 'log'), 'logEnabled': False, + 'previewEnabled': True, } settings['videoFormats'] = toolkit.appendUppercase([ -- cgit v1.2.3