diff options
| author | tassaron | 2022-05-02 20:16:47 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-02 20:16:47 -0400 |
| commit | 7f97e8f155c4a51517670c0dc7574f88afeffe6c (patch) | |
| tree | a0a672ead97d3cf6ac9fecba18c522b12531fd92 /src/core.py | |
| parent | 8293328d66a27245e1c90e19b1fbc004ee8ef033 (diff) | |
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
Diffstat (limited to 'src/core.py')
| -rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
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([ |
