mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-18 18:51:16 +10:00
chore: Apply stashed changes
This commit is contained in:
@ -72,12 +72,22 @@ pub struct StatsUpdateEvent {
|
||||
#[derive(serde::Deserialize, serde::Serialize, Debug)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct GameVersionOption {
|
||||
version_index: usize,
|
||||
game_id: String,
|
||||
version_name: String,
|
||||
|
||||
platform: Platform,
|
||||
setup_command: String,
|
||||
|
||||
launch_command: String,
|
||||
launch_args: Vec<String>,
|
||||
|
||||
setup_command: String,
|
||||
setup_args: Vec<String>,
|
||||
|
||||
only_setup: bool,
|
||||
|
||||
version_index: usize,
|
||||
delta: bool,
|
||||
|
||||
umu_id_override: Option<String>,
|
||||
// total_size: usize,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user