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

@@ -143,6 +143,13 @@ class _ReaderSettingsState extends State<ReaderSettings> {
callback: () => context.to(() => _CustomImageProcessing()),
actionTitle: "Edit".tl,
).toSliver(),
_SliderSetting(
title: "Number of images preloaded".tl,
settingsIndex: "preloadImageCount",
interval: 1,
min: 1,
max: 16,
).toSliver(),
],
);
}