Reset resolution to default as it will pick highest refresh rate

Make Resolution change to be experimental features
This commit is contained in:
Kamil Trzciński 2022-11-18 16:15:34 +01:00
parent c89a59ab0b
commit e5fd135b30
7 changed files with 47 additions and 7 deletions

View file

@ -14,11 +14,14 @@
<Setting Name="MenuRightKey" Type="System.String" Scope="Application">
<Value Profile="(Default)">Ctrl+Win+Numpad6</Value>
</Setting>
<Setting Name="EnableNeptuneController" Type="System.Boolean" Scope="Application">
<Setting Name="EnableNeptuneController" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="EnableVolumeControls" Type="System.Boolean" Scope="Application">
<Setting Name="EnableVolumeControls" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="EnableExperimentalFeatures" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>