mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add support to cache thumbnail images to disk
This commit is contained in:
@@ -251,6 +251,7 @@ void main() async {
|
||||
if (prefs.getBool("preventScreenCapture") ?? false) {
|
||||
await platformDisplay.enableProtect();
|
||||
}
|
||||
await prepareImageCaches();
|
||||
GoRouter.optionURLReflectsImperativeAPIs = true;
|
||||
runApp(const MainApp());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user