summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2017-12-08 18:24:06 +0200
committerEran Mizrahi <erasmux@gmail.com>2017-12-10 02:53:09 +0200
commit4adb13c9435baade511d3ac78fb142dc73bd2e1f (patch)
treeef08ae55a1d263c8e5c2a02e49d24b209ab6d4b4 /src/mainwindow.cpp
parent54fd26fee15c320c363a4be355c80e4b7ce38164 (diff)
generate dumps using new diagnostics settings
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 48dfdfbd..cab4c41f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3296,7 +3296,7 @@ void MainWindow::on_actionSettings_triggered()
updateDownloadListDelegate();
- m_OrganizerCore.setLogLevel(settings.logLevel());
+ m_OrganizerCore.updateVFSParams(settings.logLevel(), settings.crashDumpsType());
}