Skip to content

Commit

Permalink
feat: Add WINDOWS_CLIENT params
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Oct 3, 2024
1 parent e8a1f8d commit d7452d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,15 @@ pub mod client_params {
query_display: "touch".into(),
}
}

pub fn CLIENT_WINDOWS() -> XalClientParameters {
XalClientParameters {
user_agent: "XAL GRTS 2024.02.20240220.000".into(),
device_type: DeviceType::WIN32,
client_version: "10.0.22621.4196".into(),
query_display: "none".into()
}
}
}

impl Default for XalClientParameters {
Expand Down

0 comments on commit d7452d8

Please sign in to comment.