Sort source selection alphabetically

This commit is contained in:
WarmUpTill
2021-05-25 19:23:17 +02:00
committed by WarmUpTill
parent 9301713c49
commit e517fa7b39

View File

@@ -268,6 +268,7 @@ void populateSourceSelection(QComboBox *list, bool addSelect)
}
obs_enum_sources(enumSourcesWithSources, list);
list->model()->sort(0);
}
void populateTransitionSelection(QComboBox *sel, bool addCurrent,