Fix imported variables / actions not being added to respective tabs

This commit is contained in:
WarmUpTill
2024-05-27 21:39:06 +02:00
committed by WarmUpTill
parent 032f5e2fe9
commit b3bde6c59f
5 changed files with 42 additions and 0 deletions

View File

@@ -166,4 +166,9 @@ std::string GetThemeTypeName()
#endif
}
void QeueUITask(void (*task)(void *param), void *param)
{
obs_queue_task(OBS_TASK_UI, task, param, false);
}
} // namespace advss