Skip to content

Commit 8357922

Browse files
set default "out of focus" option to true
1 parent c8f02ad commit 8357922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ORTS.Settings/UserSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public enum DirectXFeature
277277
public bool FullScreen { get; set; }
278278
[Default("1024x768")]
279279
public string WindowSize { get; set; }
280-
[Default(false)]
280+
[Default(true)]
281281
public bool OutOfFocus { get; set; }
282282
[Default(false)]
283283
public bool WindowGlass { get; set; }

0 commit comments

Comments
 (0)