diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index 592e8398f..1c7dfd97a 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -560,7 +560,7 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si) si.SetBoolValue("Display", "ShowVPS", false); si.SetBoolValue("Display", "ShowSpeed", false); si.SetBoolValue("Display", "ShowResolution", false); - si.SetBoolValue("Display", "ShowStatusIndicators", false); + si.SetBoolValue("Display", "ShowStatusIndicators", true); si.SetBoolValue("Display", "Fullscreen", false); si.SetBoolValue("Display", "VSync", Settings::DEFAULT_VSYNC_VALUE); si.SetBoolValue("Display", "DisplayAllFrames", false);