mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Commented out variables not common to both search types (#372)
This commit is contained in:
@@ -10,9 +10,10 @@ pub struct LutrisGame {
|
|||||||
pub slug: String,
|
pub slug: String,
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub service: Option<String>,
|
pub service: Option<String>,
|
||||||
pub runner:Option<String>,
|
pub runner: Option<String>,
|
||||||
pub installed: bool,
|
// pub platform: String,
|
||||||
pub details: String,
|
// pub installed: bool,
|
||||||
|
// pub details: String,
|
||||||
pub settings: Option<LutrisSettings>,
|
pub settings: Option<LutrisSettings>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user