mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-14 08:41:21 +10:00
feat(cache): Implemented caching for game metadata
This commit is contained in:
@ -328,7 +328,7 @@ pub fn run() {
|
||||
}
|
||||
|
||||
_ => {
|
||||
println!("menu event not handled: {:?}", event.id);
|
||||
warn!("menu event not handled: {:?}", event.id);
|
||||
}
|
||||
})
|
||||
.build(app)
|
||||
|
||||
Reference in New Issue
Block a user