• J
    UI: Do not show tray icon if not active · 4869167f
    jp9000 提交于
    Because the virtual camera stops immediately when you call
    obs_output_stop() rather than with a delay like other outputs, it
    exposed a bug where the tray icon would show OBS as active when stopping
    the source, regardless of the fact that it was stopped.  The bug was
    that the expression used to activate the tray icon did not check to make
    sure that the output was actually active, so add that to the expression.
    4869167f
window-basic-main.cpp 220.0 KB