From 720e16cdf27fb0228fbc6179ecee5396d327e250 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 27 Oct 2023 23:55:42 +1300 Subject: [PATCH] remove max cache_expiry_delay --- html/src/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 36fd46eb..a051b755 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -22310,8 +22310,7 @@ speechSynthesis.getVoices(); name: $t('dialog.config_json.cache_expiry_delay'), default: '30', type: 'number', - min: 30, - max: 150 + min: 30 }, cache_directory: { name: $t('dialog.config_json.cache_directory'),