Skip to content

Commit

Permalink
Do not save the settings twice
Browse files Browse the repository at this point in the history
Settings are saved in MainWindow::closeEvent() which is called when Sdrangel
is exited by closing its main window, or when using the File/Exit menu (or
Ctrl+Q) or when pressing Alt+F4.
  • Loading branch information
dforsi committed Jun 22, 2024
1 parent 5070112 commit 8a7d153
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 8a7d153

Please sign in to comment.