mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-15 20:28:52 -04:00
Sort presets before display in the presets window
This commit is contained in:
@@ -287,6 +287,7 @@ void MainWindow::loadSettings()
|
||||
qDebug() << "MainWindow::loadSettings";
|
||||
|
||||
m_settings.load();
|
||||
m_settings.sortPresets();
|
||||
|
||||
for(int i = 0; i < m_settings.getPresetCount(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user