HTTP client, game cover art fetcher, game list image display, use smol::LocalExecutor for async runtime

This commit is contained in:
Aleksander
2025-12-25 21:51:38 +01:00
parent 382735956a
commit bfad91bf72
13 changed files with 614 additions and 199 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ impl Tab for TabGames {
}
fn update(&mut self, params: super::TabUpdateParams) -> anyhow::Result<()> {
self.view_game_list.update(params.layout, params.interface)?;
self.view_game_list.update(params.layout, params.executor)?;
Ok(())
}