feat: max cache size

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-20 20:39:17 +08:00
parent a2af297a84
commit ae901c709d
7 changed files with 78 additions and 10 deletions

View File

@@ -46,7 +46,8 @@ class _AboutPageState extends State<AboutPage> {
}
Future getCacheSize() async {
cacheSize.value = await CacheManage().loadApplicationCache();
cacheSize.value =
CacheManage.formatSize(await CacheManage().loadApplicationCache());
}
Future getCurrentApp() async {