We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2226e6 commit 6797821Copy full SHA for 6797821
1 file changed
app/src/main/runtime/display/ui/FrameRating.java
@@ -504,7 +504,7 @@ private void cycleDisplayMode() {
504
}
505
506
private void loadPersistedHudPreferences() {
507
- this.displayMode = this.preferences.getInt(PREF_HUD_DISPLAY_MODE, 0);
+ this.displayMode = this.preferences.getInt(PREF_HUD_DISPLAY_MODE, 1);
508
this.dualSeriesBattery = this.preferences.getBoolean(PREF_HUD_DUAL_SERIES_BATTERY, false);
509
this.frametimeNumericMode = this.preferences.getBoolean(PREF_HUD_FRAMETIME_NUMERIC, false);
510
this.currentAnchor = this.preferences.getInt(PREF_HUD_ANCHOR, ANCHOR_TOP_CENTER);
0 commit comments