From 3aa8691963f0301dfa4202a316a98c3e5c83895b Mon Sep 17 00:00:00 2001
From: James Hogan <james@albanarts.com>
Date: Mon, 23 Aug 2021 11:42:08 +0100
Subject: [PATCH] defaults: Add VR mirror properties

Add important VR mirror properties to defaults.xml so that they
initialise early and so that they are automatically saved.
---
 defaults.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/defaults.xml b/defaults.xml
index afa94b5f2..b41053aea 100644
--- a/defaults.xml
+++ b/defaults.xml
@@ -403,6 +403,8 @@ Started September 2000 by David Megginson, david@megginson.com
     <vr>
       <depth-info type="bool" userarchive="y">true</depth-info>
       <enabled type="bool" userarchive="y">false</enabled>
+      <mirror-enabled type="bool" userarchive="y">true</mirror-enabled>
+      <mirror-mode type="string" userarchive="y">AUTOMATIC</mirror-mode>
       <mode type="string" userarchive="y">AUTOMATIC</mode>
       <swapchain-mode type="string" userarchive="y">AUTOMATIC</swapchain-mode>
       <validation-layer type="bool" userarchive="y">false</validation-layer>