Removed ioDisplayThreshold option

This commit is contained in:
n1474335 2022-09-16 16:00:03 +01:00
parent cd7156dc55
commit 08b91fd7ff
2 changed files with 0 additions and 6 deletions

View File

@ -482,11 +482,6 @@
<input type="number" class="form-control" option="errorTimeout" id="errorTimeout">
</div>
<div class="form-group option-item">
<label for="ioDisplayThreshold" class="bmd-label-floating">Size threshold for treating the input and output as a file (KiB)</label>
<input type="number" class="form-control" option="ioDisplayThreshold" id="ioDisplayThreshold">
</div>
<div class="form-group option-item">
<label for="logLevel" class="bmd-label-floating">Console logging level</label>
<select class="form-control" option="logLevel" id="logLevel">

View File

@ -49,7 +49,6 @@ function main() {
attemptHighlight: true,
theme: "classic",
useMetaKey: false,
ioDisplayThreshold: 2048,
logLevel: "info",
autoMagic: true,
imagePreview: true,