mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix link confirmation box in media viewer.
This commit is contained in:
@@ -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,
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user