From a59943094e96cbdf1e1479806c70eea865d6f84c Mon Sep 17 00:00:00 2001 From: Benoit Stahl Date: Sun, 24 Nov 2019 10:44:09 +0100 Subject: [PATCH] this input is text (#719) --- src/public/javascripts/dialogs/options/other.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/javascripts/dialogs/options/other.js b/src/public/javascripts/dialogs/options/other.js index 146152192..8c79ded40 100644 --- a/src/public/javascripts/dialogs/options/other.js +++ b/src/public/javascripts/dialogs/options/other.js @@ -17,7 +17,7 @@ const TPL = `
- +

Changes to the spell check options will take effect after application restart.

@@ -132,4 +132,4 @@ export default class ProtectedSessionOptions { this.$imageMaxWidthHeight.val(options['imageMaxWidthHeight']); this.$imageJpegQuality.val(options['imageJpegQuality']); } -} \ No newline at end of file +}