1
0
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:
f4exb
2016-09-11 18:58:40 +02:00
parent 7fc2b431a4
commit fed6b9a3bd
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -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)
{