feat(cache): Implemented caching for game metadata

This commit is contained in:
quexeky
2025-02-08 11:09:11 +11:00
parent 9977107374
commit 4c59c5d6c1
6 changed files with 16 additions and 16 deletions

View File

@ -328,7 +328,7 @@ pub fn run() {
}
_ => {
println!("menu event not handled: {:?}", event.id);
warn!("menu event not handled: {:?}", event.id);
}
})
.build(app)