These should be on by default in debug
This commit is contained in:
@@ -284,8 +284,13 @@ PrefsManager::PrefsManager() :
|
||||
|
||||
/* Debug: */
|
||||
m_bLogToDisk ( "LogToDisk", true ),
|
||||
#if defined(DEBUG)
|
||||
m_bForceLogFlush ( "ForceLogFlush", true ),
|
||||
m_bShowLogOutput ( "ShowLogOutput", true ),
|
||||
#else
|
||||
m_bForceLogFlush ( "ForceLogFlush", false ),
|
||||
m_bShowLogOutput ( "ShowLogOutput", false ),
|
||||
#endif
|
||||
m_bLogSkips ( "LogSkips", false ),
|
||||
m_bLogCheckpoints ( "LogCheckpoints", false ),
|
||||
m_bShowLoadingWindow ( "ShowLoadingWindow", true ),
|
||||
|
||||
Reference in New Issue
Block a user