[DesktopVRSwitch] Prepare for CVRMG submission.

This commit is contained in:
NotAKidoS 2023-06-20 20:00:30 -05:00
parent 4546d05bbb
commit e79323c850
3 changed files with 4 additions and 3 deletions

View file

@ -22,7 +22,7 @@ public class DesktopVRSwitch : MelonMod
// Category.CreateEntry("Render VR Game View", true, description: "Should the VR view be displayed in the game window after VRMode switch?");
public static readonly MelonPreferences_Entry<bool> EntrySwitchToDesktopOnExit =
Category.CreateEntry("Switch to Desktop on SteamVR Exit", true, description: "Should the game switch to Desktop when SteamVR quits?");
Category.CreateEntry("Switch to Desktop on SteamVR Exit", false, description: "Should the game switch to Desktop when SteamVR quits?");
public override void OnInitializeMelon()
{