mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[DesktopVRSwitch] Remove EntryRenderVRGameView Setting.
That should probably be its own mod.
This commit is contained in:
parent
e2df7b7c2b
commit
4546d05bbb
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ public class DesktopVRSwitch : MelonMod
|
|||
public static readonly MelonPreferences_Entry<bool> EntryUseTransitionOnSwitch =
|
||||
Category.CreateEntry("Use Transition on Switch", true, description: "Should the world transition play on VRMode switch?");
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryRenderVRGameView =
|
||||
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> EntryRenderVRGameView =
|
||||
// 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?");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue