Previous commit should be attributed to Yash Tiwari <yasht@mailbox.org>

wilder
Kurt Hindenburg 5 years ago
parent 44f00a490a
commit 9de3b239d5
  1. 2
      src/session/SessionController.cpp

@ -1792,7 +1792,6 @@ void SessionController::showDisplayContextMenu(const QPoint& position)
#endif
// remove content-specific actions such as "Open Link", "Copy Email Address" etc
if (popup->actions()[0]->objectName() == QStringLiteral("open-action") &&
popup->actions()[1]->objectName() == QStringLiteral("copy-action"))
{
@ -1801,7 +1800,6 @@ void SessionController::showDisplayContextMenu(const QPoint& position)
}
// prepend content-specific actions such as "Open Link", "Copy Email Address" etc
QSharedPointer<HotSpot> hotSpot = _sessionDisplayConnection->view()->filterActions(position);
if (hotSpot != nullptr) {
popup->insertActions(popup->actions().value(0, nullptr), hotSpot->actions() << contentSeparator );

Loading…
Cancel
Save