1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-25 04:53:27 -04:00

Merge pull request #2182 from dforsi/fix/save-settings

Do not save the settings twice
This commit is contained in:
Edouard Griffiths
2024-06-23 02:41:12 +02:00
committed by GitHub
-1
View File
@@ -319,7 +319,6 @@ MainWindow::~MainWindow()
qDebug() << "MainWindow::~MainWindow";
m_statusTimer.stop();
m_mainCore->m_settings.save();
m_apiServer->stop();
delete m_apiServer;
delete m_requestMapper;