From 5ca30c70dde44601978ea66f10e2eccf7a1139fb Mon Sep 17 00:00:00 2001 From: BigBahss Date: Mon, 14 Dec 2020 19:39:50 -0500 Subject: [PATCH] Fix merge of #302 --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f87d04a5..79c9d61b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2855,7 +2855,6 @@ void MainWindow::closeEvent(QCloseEvent *event) { this->ui->splitter_main->saveState() ); porymapConfig.save(); - projectConfig.save(); shortcutsConfig.save(); QMainWindow::closeEvent(event);