diff options
| author | tassaron | 2017-07-29 23:45:37 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-29 23:45:37 -0400 |
| commit | db1ea1fc4edf19589e82171d48c417742c61c74b (patch) | |
| tree | 61058487ca96905f6f722498e0f6f2fc69dbb7c4 /src/core.py | |
| parent | 1297af61c9ce00b6dd76f8ec690baedf5bf887c7 (diff) | |
generic preview sound for waveform component
with secret preference to use the audio file again
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 1c29774..24bf097 100644 --- a/src/core.py +++ b/src/core.py @@ -506,6 +506,7 @@ class Core: "outputContainer": "MP4", "projectDir": os.path.join(cls.dataDir, 'projects'), "pref_insertCompAtTop": True, + "pref_genericPreview": True, } for parm, value in defaultSettings.items(): |
