1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-10 18:43:28 -05: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
commit 31c20df7bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;