Add a setting for number of images preloaded. Close #192

This commit is contained in:
2025-02-14 10:58:21 +08:00
parent d179b39b64
commit 350bcf4ffc
4 changed files with 31 additions and 5 deletions

View File

@@ -158,6 +158,7 @@ class _Settings with ChangeNotifier {
'sni': true,
'autoAddLanguageFilter': 'none', // none, chinese, english, japanese
'comicSourceListUrl': "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/index.json",
'preloadImageCount': 4,
};
operator [](String key) {