diff --git a/mainwindow.cc b/mainwindow.cc index 01f12be2..d70868ee 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -1813,6 +1813,7 @@ void MainWindow::menuHistoryTriggered( QAction * action ) void MainWindow::on_clearHistory_activated() { history.clear(); + history.save(); } void MainWindow::setAutostart(bool autostart)