diff --git a/src/GLideNUI/Settings.cpp b/src/GLideNUI/Settings.cpp index bc768509..2191589d 100644 --- a/src/GLideNUI/Settings.cpp +++ b/src/GLideNUI/Settings.cpp @@ -507,6 +507,7 @@ void saveCustomRomSettings(const QString & _strIniFolder, const char * _strRomNa WriteCustomSetting2(onScreenDisplay, showPercent, percent); WriteCustomSetting2(onScreenDisplay, showInternalResolution, internalResolution); WriteCustomSetting2(onScreenDisplay, showRenderingResolution, renderingResolution); + WriteCustomSetting2(onScreenDisplay, showStatistics, statistics); WriteCustomSetting2(onScreenDisplay, osdPos, pos); settings.endGroup();