mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 02:08:46 -04:00
Added a save settings button to the main window
This commit is contained in:
@@ -488,6 +488,11 @@ void MainWindow::on_presetUpdate_clicked()
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_settingsSave_clicked()
|
||||
{
|
||||
saveSettings();
|
||||
}
|
||||
|
||||
void MainWindow::on_presetLoad_clicked()
|
||||
{
|
||||
qDebug() << "MainWindow::on_presetLoad_clicked";
|
||||
|
||||
Reference in New Issue
Block a user