This commit is contained in:
2025-11-13 21:43:20 +01:00
parent 157c8ab68d
commit 8fe68f9574
5 changed files with 142 additions and 80 deletions
+1
View File
@@ -61,6 +61,7 @@ impl From<EtiGame> for Game {
#[allow(clippy::cast_sign_loss, clippy::cast_possible_truncation)]
size: (eti_game.game_size * 1024.0 * 1024.0 * 1024.0) as u64,
thumbnail: None,
downloaded: false,
installed: false,
eti_game_version: None,
local_version: None,