mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-01 21:07:12 -05:00
UI: Uniquely identify Custom Browser Docks
This commit is contained in:
@@ -9571,6 +9571,7 @@ void OBSBasic::ResizeOutputSizeOfSource()
|
||||
QAction *OBSBasic::AddDockWidget(QDockWidget *dock)
|
||||
{
|
||||
QAction *action = ui->menuDocks->addAction(dock->windowTitle());
|
||||
action->setProperty("uuid", dock->property("uuid").toString());
|
||||
action->setCheckable(true);
|
||||
assignDockToggle(dock, action);
|
||||
extraDocks.push_back(dock);
|
||||
|
||||
Reference in New Issue
Block a user