UI: Add separator before Custom Browser Docks in Dock menu
This commit is contained in:
parent
a150fe7573
commit
ab5d41c445
@ -473,6 +473,9 @@ void OBSBasic::LoadExtraBrowserDocks()
|
||||
return;
|
||||
|
||||
Json::array array = json.array_items();
|
||||
if (!array.empty())
|
||||
ui->menuDocks->addSeparator();
|
||||
|
||||
for (Json &item : array) {
|
||||
std::string title = item["title"].string_value();
|
||||
std::string url = item["url"].string_value();
|
||||
|
Loading…
x
Reference in New Issue
Block a user