Skip to content

Commit

Permalink
Fix link confirmation box in media viewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Aug 16, 2024
1 parent 754b3a5 commit f2ea0ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
});
Expand Down

0 comments on commit f2ea0ed

Please sign in to comment.