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"> <input type="number" class="form-control" option="errorTimeout" id="errorTimeout">
</div> </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"> <div class="form-group option-item">
<label for="logLevel" class="bmd-label-floating">Console logging level</label> <label for="logLevel" class="bmd-label-floating">Console logging level</label>
<select class="form-control" option="logLevel" id="logLevel"> <select class="form-control" option="logLevel" id="logLevel">

View File

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