kopia lustrzana https://github.com/f4exb/sdrangel
Do not save the settings twice
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.pull/2182/head
rodzic
5070112c18
commit
8a7d1534d8
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue