DisOvlAchProg=true by default
This commit is contained in:
Detanup01
2025-12-15 14:22:41 +01:00
committed by GitHub
parent 390c3ab2ac
commit e072a14625

View File

@@ -368,7 +368,7 @@ public:
int overlay_renderer_detector_timeout_sec = 15; // "Saints Row (2022)" takes almost ~8 sec to detect renderer (DX12)
bool disable_overlay_achievement_notification = false;
bool disable_overlay_friend_notification = false;
bool disable_overlay_achievement_progress = false;
bool disable_overlay_achievement_progress = true;
unsigned overlay_fps_avg_window = 10;
float overlay_stats_pos_x = 0.0f;
float overlay_stats_pos_y = 0.0f;