Skip to content

Commit

Permalink
Fix dsk_remove_scene vendor request
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Apr 16, 2024
1 parent ca05d00 commit 2c6fd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downstream-keyer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ bool DownstreamKeyer::RemoveScene(QString scene_name)
scenesList->removeItemWidget(item);
obs_hotkey_pair_unregister(
item->data(Qt::UserRole).toUInt());
delete item;
return true;
}
}
Expand Down

0 comments on commit 2c6fd38

Please sign in to comment.