We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435cb1d commit cdac4f2Copy full SHA for cdac4f2
controller/src/settings/config.rs
@@ -277,7 +277,7 @@ pub struct AppSettings {
277
#[serde(default = "bool_false")]
278
pub web_radar_advanced_settings: bool,
279
280
- #[serde(default = "bool_false")]
+ #[serde(default = "bool_true")]
281
pub sniper_crosshair: bool,
282
283
#[serde(flatten, with = "serde_prefix_grenade_helper")]
0 commit comments