Add option in skip-silences plugin to only skip at the beginning

This commit is contained in:
TC
2022-12-26 18:46:52 +01:00
parent a1bed628f4
commit 43c501b6d8
2 changed files with 12 additions and 1 deletions

View File

@ -91,6 +91,9 @@ const defaultConfig = {
"saveSize": false,
"hotkey": "P"
},
"skip-silences": {
onlySkipBeginning: false,
},
},
};