Skip to content

Commit

Permalink
Commented out variables not common to both search types (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
culain-45124 committed Sep 23, 2023
1 parent 0aebb69 commit ba6db5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/platforms/lutris/lutris_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ pub struct LutrisGame {
pub slug: String,
pub name: String,
pub service: Option<String>,
pub runner:Option<String>,
pub installed: bool,
pub details: String,
pub runner: Option<String>,
// pub platform: String,
// pub installed: bool,
// pub details: String,
pub settings: Option<LutrisSettings>,
}

Expand Down

0 comments on commit ba6db5a

Please sign in to comment.