Save the ShowBeginnerHelper option's value to disk
This commit is contained in:
@@ -371,6 +371,7 @@ void PrefsManager::SaveGlobalPrefsToDisk()
|
|||||||
ini.SetValueB( "Options", "ForceLogFlush", m_bForceLogFlush );
|
ini.SetValueB( "Options", "ForceLogFlush", m_bForceLogFlush );
|
||||||
ini.SetValueB( "Options", "Logging", m_bLogging );
|
ini.SetValueB( "Options", "Logging", m_bLogging );
|
||||||
ini.SetValueB( "Options", "ShowLogWindow", m_bShowLogWindow );
|
ini.SetValueB( "Options", "ShowLogWindow", m_bShowLogWindow );
|
||||||
|
ini.SetValueB( "Options", "ShowBeginnnerHelper", m_bShowBeginnerHelper );
|
||||||
|
|
||||||
ini.SetValueB( "Options", "TenFooterInRed", m_bTenFooterInRed );
|
ini.SetValueB( "Options", "TenFooterInRed", m_bTenFooterInRed );
|
||||||
ini.SetValueI( "Options", "CourseSortOrder", m_iCourseSortOrder );
|
ini.SetValueI( "Options", "CourseSortOrder", m_iCourseSortOrder );
|
||||||
|
|||||||
Reference in New Issue
Block a user