From cc0bc973553235838fbe240a5541fff01ba1d260 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Fri, 6 Oct 2023 06:12:50 -0400 Subject: [PATCH] don't reset report mode. report mode changed only bu user command. --- oscar/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index a584b4c1..7c684a0c 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -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 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(); PopulatePurgeMenu();