turn off flashlight on death
This commit is contained in:
parent
f78052f5ed
commit
77bc975a6a
|
@ -250,6 +250,7 @@ impl Settings {
|
||||||
self.rotation_stabilizer_active = default.rotation_stabilizer_active;
|
self.rotation_stabilizer_active = default.rotation_stabilizer_active;
|
||||||
self.third_person = default.third_person;
|
self.third_person = default.third_person;
|
||||||
self.is_zooming = default.is_zooming;
|
self.is_zooming = default.is_zooming;
|
||||||
|
self.flashlight_active = default.flashlight_active;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_reply_keys(&self) -> [KeyCode; 10] {
|
pub fn get_reply_keys(&self) -> [KeyCode; 10] {
|
||||||
|
|
Loading…
Reference in a new issue