• J
    UI: Fix bug in untested/unused function code path · cfddf111
    jp9000 提交于
    In the current user interface code, OBSBasic::AddSceneCollection has a
    qname parameter to allow explicitly specifying a name, but that code
    path is unused in the UI code itself, and qname is typically empty.  If
    qname is not empty, it does not properly generate a file name associated
    with that specified scene collection name.  This fixes that issue.
    cfddf111
window-basic-main-scene-collections.cpp 13.0 KB