Fix link confirmation box in media viewer.

This commit is contained in:
John Preston 2024-08-16 11:16:35 +02:00
parent 754b3a5ae8
commit f2ea0edc95

View file

@ -5952,7 +5952,7 @@ void OverlayWidget::handleMouseRelease(
QVariant::fromValue(ClickHandlerContext{
.itemId = _message ? _message->fullId() : FullMsgId(),
.sessionWindow = base::make_weak(findWindow()),
.show = _stories ? _stories->uiShow() : nullptr,
.show = _stories ? _stories->uiShow() : uiShow(),
.dark = true,
})
});