diff options
| author | Tannin <sherb@gmx.net> | 2016-06-19 15:59:50 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-19 15:59:50 +0200 |
| commit | 3d642563cbdb33784165e4f7d29dbaa66b455492 (patch) | |
| tree | 2b52cb3bcfc6998cf76c8f4823df3782f1b886a0 /src/mainwindow.cpp | |
| parent | 0100c86887764547a705db5c311bcb5d6939423d (diff) | |
usvfs log level can now be changed without a restart
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0668f012..c90448c2 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3222,6 +3222,8 @@ void MainWindow::on_actionSettings_triggered() NexusInterface::instance()->setNMMVersion(m_OrganizerCore.settings().getNMMVersion());
updateDownloadListDelegate();
+
+ m_OrganizerCore.setLogLevel(m_OrganizerCore.settings().logLevel());
}
|
