move cfo populate func.

This commit is contained in:
erorcun 2020-12-27 23:46:15 +03:00
parent 9afcc355ff
commit 9e7cb046b3
2 changed files with 6 additions and 6 deletions

View file

@ -3080,12 +3080,6 @@ CMenuManager::LoadSettings()
strcpy(m_aSkinName, DEFAULT_SKIN_NAME);
}
#ifdef CUSTOM_FRONTEND_OPTIONS
// Apparently this func. can be run multiple times at the start.
if (numCustomFrontendOptions == 0 && numCustomFrontendScreens == 0) {
CustomFrontendOptionsPopulate();
}
#endif
#ifdef LOAD_INI_SETTINGS
LoadINISettings(); // needs frontend options to be loaded
#endif