This commit is contained in:
2025-01-06 10:55:26 +08:00
parent a747179cc4
commit 99a3788f4a
5 changed files with 74 additions and 9 deletions

View File

@@ -150,6 +150,7 @@ class _Settings with ChangeNotifier {
'enableCustomImageProcessing': false,
'customImageProcessing': _defaultCustomImageProcessing,
'sni': true,
'autoAddLanguageFilter': 'none', // none, chinese, english, japanese
};
operator [](String key) {