Skip to content

Commit

Permalink
Fix option to restore defaults in the Control Center.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucchia committed May 28, 2023
1 parent a95bc16 commit 56daf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,12 @@ private void restoreDefaults_Click(object sender, EventArgs e)
key = Microsoft.Win32.Registry.LocalMachine.CreateSubKey(MainForm.RegPrefix);

key.DeleteValue("recenter_on_startup", false);
key.DeleteValue("swap_grip_aim_poses", false);
key.DeleteValue("force_interaction_profile", false);
key.DeleteValue("joystick_deadzone", false);
key.DeleteValue("guardian", false);
key.DeleteValue("guardian_radius", false);
key.DeleteValue("guardian_threshold", false);
key.DeleteValue("defer_frame_wait", false);
key.DeleteValue("mirror_window", false);
key.DeleteValue("allow_eye_tracking", false);
key.DeleteValue("disable_quad_views", false);
Expand Down

0 comments on commit 56daf46

Please sign in to comment.