feat: auto clear history

This commit is contained in:
DenserMeerkat
2024-07-22 21:19:33 +05:30
parent f3e3d30f84
commit bed7ad347c
6 changed files with 73 additions and 1 deletions

View File

@ -9,6 +9,7 @@ void main() async {
WidgetsFlutterBinding.ensureInitialized();
GoogleFonts.config.allowRuntimeFetching = false;
await openBoxes();
await autoClearHistory();
if (kIsLinux) {
await setupInitialWindow();
}