feat: Introduce game detail view, remove multiplayer field, and enhance list navigation with refresh functionality.
This commit is contained in:
@@ -185,7 +185,6 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
game_list.push(Game {
|
||||
title: "Naramo Nuclear Plant V2".to_string(),
|
||||
source: items::Source::Roblox.into(),
|
||||
multiplayer: true,
|
||||
min_players: 1,
|
||||
max_players: 90,
|
||||
price: 0,
|
||||
|
||||
Reference in New Issue
Block a user