don't reset report mode. report mode changed only bu user command.

This commit is contained in:
LoudSnorer 2023-10-06 06:12:50 -04:00
parent b6305187f8
commit cc0bc97355

View File

@ -551,7 +551,7 @@ bool MainWindow::OpenProfile(QString profileName, bool skippassword)
// Should really create welcome and statistics here, but they need redoing later anyway to kill off webkit // Should really create welcome and statistics here, but they need redoing later anyway to kill off webkit
ui->tabWidget->setCurrentIndex(AppSetting->openTabAtStart()); ui->tabWidget->setCurrentIndex(AppSetting->openTabAtStart());
p_profile->general->setStatReportMode(STAT_MODE_STANDARD); // always use last user setting - so don't reset. // p_profile->general->setStatReportMode(STAT_MODE_STANDARD);
GenerateStatistics(); GenerateStatistics();
PopulatePurgeMenu(); PopulatePurgeMenu();