Skip to content

Commit

Permalink
Merge pull request #2182 from dforsi/fix/save-settings
Browse files Browse the repository at this point in the history
Do not save the settings twice
  • Loading branch information
f4exb authored Jun 23, 2024
2 parents 5070112 + 8a7d153 commit 31c20df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdrgui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 31c20df

Please sign in to comment.