Browse Source

UI: Fix custom browser docks UUID

When those docks get updated, an empty string is applied to the UUID
property.
tytan652 3 years ago
parent
commit
ed8ed0ce3f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UI/window-extra-browsers.cpp

+ 0 - 1
UI/window-extra-browsers.cpp

@@ -179,7 +179,6 @@ void ExtraBrowsersModel::UpdateItem(Item &item)
 		main->extraBrowserDocks[idx].data());
 	dock->setWindowTitle(item.title);
 	dock->setObjectName(item.title + OBJ_NAME_SUFFIX);
-	dock->setProperty("uuid", item.uuid);
 	main->extraBrowserDockActions[idx]->setText(item.title);
 
 	if (main->extraBrowserDockTargets[idx] != item.url) {