| 885 | } |
| 886 | |
| 887 | bool tally_on_preview(obs_source_t *source) |
| 888 | { |
| 889 | return (Config::Current())->TallyPreviewEnabled && obs_source_showing(source) && !obs_source_active(source); |
| 890 | } |
| 891 | |
| 892 | bool tally_on_program(obs_source_t *source) |
| 893 | { |
no outgoing calls
no test coverage detected