Skip to content

Commit 6797821

Browse files
authored
HUD: enable backdrop by default on first launch (#526)
1 parent a2226e6 commit 6797821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/runtime/display/ui/FrameRating.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ private void cycleDisplayMode() {
504504
}
505505

506506
private void loadPersistedHudPreferences() {
507-
this.displayMode = this.preferences.getInt(PREF_HUD_DISPLAY_MODE, 0);
507+
this.displayMode = this.preferences.getInt(PREF_HUD_DISPLAY_MODE, 1);
508508
this.dualSeriesBattery = this.preferences.getBoolean(PREF_HUD_DUAL_SERIES_BATTERY, false);
509509
this.frametimeNumericMode = this.preferences.getBoolean(PREF_HUD_FRAMETIME_NUMERIC, false);
510510
this.currentAnchor = this.preferences.getInt(PREF_HUD_ANCHOR, ANCHOR_TOP_CENTER);

0 commit comments

Comments
 (0)