We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f02ad commit 8357922Copy full SHA for 8357922
Source/ORTS.Settings/UserSettings.cs
@@ -277,7 +277,7 @@ public enum DirectXFeature
277
public bool FullScreen { get; set; }
278
[Default("1024x768")]
279
public string WindowSize { get; set; }
280
- [Default(false)]
+ [Default(true)]
281
public bool OutOfFocus { get; set; }
282
[Default(false)]
283
public bool WindowGlass { get; set; }
0 commit comments