mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Fix link confirmation box in media viewer.
This commit is contained in:
parent
754b3a5ae8
commit
f2ea0edc95
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue