UI: Add source icons

This commit is contained in:
Clayton Groeneveld
2019-07-27 23:59:16 -05:00
committed by jp9000
parent 226f704e90
commit 82ffcdc827
66 changed files with 551 additions and 9 deletions

View File

@@ -147,4 +147,5 @@ struct obs_source_info jack_output_capture = {
.update = jack_update,
.get_defaults = jack_input_defaults,
.get_properties = jack_input_properties,
.icon_type = OBS_ICON_TYPE_AUDIO_OUTPUT,
};