fix descriptions

This commit is contained in:
NotAKidoS 2023-04-26 15:59:38 -05:00
parent e5242f76c7
commit b4ea7baba4
7 changed files with 25 additions and 25 deletions

View file

@ -23,7 +23,7 @@ public class DesktopVRSwitch : MelonMod
MelonPreferences.CreateCategory(nameof(DesktopVRSwitch));
public static readonly MelonPreferences_Entry<bool> EntryEnterCalibrationOnSwitch =
Category.CreateEntry("Enter Calibration on Switch", true, "Should you automatically be placed into calibration after switch if FBT is available? Overridden by Save Calibration IK setting.");
Category.CreateEntry("Enter Calibration on Switch", true, description: "Should you automatically be placed into calibration after switch if FBT is available? Overridden by Save Calibration IK setting.");
public override void OnInitializeMelon()
{