Add support to cache thumbnail images to disk

This commit is contained in:
2024-05-26 18:23:14 +08:00
parent e1943ee56a
commit 3a609256e0
13 changed files with 324 additions and 9 deletions

View File

@@ -251,6 +251,7 @@ void main() async {
if (prefs.getBool("preventScreenCapture") ?? false) {
await platformDisplay.enableProtect();
}
await prepareImageCaches();
GoRouter.optionURLReflectsImperativeAPIs = true;
runApp(const MainApp());
}