mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
don't reset report mode. report mode changed only bu user command.
This commit is contained in:
parent
b6305187f8
commit
cc0bc97355
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user