Updated default tree size

This commit is contained in:
2024-07-31 17:39:14 +02:00
parent 61a7893990
commit 0b9f6cb216
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ function readValuesFromLocalstorage() {
text_val = '1'
}
if (inputName === 'display_size' && text_val === null) {
text_val = '1-10'
text_val = '2-10'
}
inputElement.val(text_val);