mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-27 11:45:34 -05:00
Sort source selection alphabetically
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user