mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 05:21:15 +08:00
feat: auto clear history
This commit is contained in:
@ -9,6 +9,7 @@ void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
GoogleFonts.config.allowRuntimeFetching = false;
|
||||
await openBoxes();
|
||||
await autoClearHistory();
|
||||
if (kIsLinux) {
|
||||
await setupInitialWindow();
|
||||
}
|
||||
|
Reference in New Issue
Block a user