@@ -43,16 +43,16 @@ public static class UserDefaults
4343 new ( "displayJoinLeaveNotifications" ) { Default = true } ;
4444
4545 public static BoolDefault DisplayShowPlayerBlips { get ; } =
46- new ( "displayShowPlayerBlips" ) { Default = false } ;
46+ new ( "displayShowPlayerBlips" ) { Default = true } ;
4747
4848 public static BoolDefault DisplayShowOverheadNames { get ; } =
49- new ( "displayShowOverheadNames" ) { Default = false } ;
49+ new ( "displayShowOverheadNames" ) { Default = true } ;
5050
5151 public static BoolDefault DisplaySeeNoClipPlayers { get ; } =
5252 new ( "displaySeeNoClipPlayers" ) { Default = true } ;
5353
5454 public static IntDefault DisplayMinimapAction { get ; } =
55- new ( "displayMinimapAction" ) { Default = 0 } ;
55+ new ( "displayMinimapAction" ) { Default = 1 } ;
5656
5757 public static IntDefault DisplayMinimapZoom { get ; } =
5858 new ( "displayMinimapZoom" ) { Default = 5 } ;
@@ -61,13 +61,13 @@ public static class UserDefaults
6161 new ( "displayMinimapAlwaysOn" ) { Default = false } ;
6262
6363 public static IntDefault DisplaySpeedometer { get ; } =
64- new ( "displaySpeedometer" ) { Default = 0 } ;
64+ new ( "displaySpeedometer" ) { Default = 3 } ;
6565
6666 public static IntDefault DisplaySpeedometerPosition { get ; } =
6767 new ( "displaySpeedometerPosition" ) { Default = 0 } ;
6868
6969 public static BoolDefault DisplayShowLocation { get ; } =
70- new ( "displayShowLocation" ) { Default = false } ;
70+ new ( "displayShowLocation" ) { Default = true } ;
7171
7272 public static BoolDefault DisplayShowCoordinates { get ; } =
7373 new ( "displayShowCoordinates" ) { Default = false } ;
@@ -76,16 +76,16 @@ public static class UserDefaults
7676 new ( "displayVehicleHealth" ) { Default = false } ;
7777
7878 public static BoolDefault DisplayWeatherForecast { get ; } =
79- new ( "displayWeatherForecast" ) { Default = false } ;
79+ new ( "displayWeatherForecast" ) { Default = true } ;
8080
8181 public static BoolDefault DisplayShowTime { get ; } =
82- new ( "displayShowTime" ) { Default = false } ;
82+ new ( "displayShowTime" ) { Default = true } ;
8383
8484 public static BoolDefault DisplayLocationBlips { get ; } =
85- new ( "displayLocationBlips" ) { Default = false } ;
85+ new ( "displayLocationBlips" ) { Default = true } ;
8686
8787 public static IntDefault DisplayWeatherForecastStyle { get ; } =
88- new ( "displayWeatherForecastStyle" ) { Default = 0 } ;
88+ new ( "displayWeatherForecastStyle" ) { Default = 1 } ;
8989
9090 #endregion
9191
0 commit comments