mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Open links from bot buttons with regular UrlClickHandler.
Fix render glitch in dialogs widget after search.
This commit is contained in:
@@ -78,7 +78,7 @@ void activateBotCommand(const HistoryItem *msg, int row, int col) {
|
||||
|
||||
case HistoryMessageReplyMarkup::Button::Url: {
|
||||
auto url = QString::fromUtf8(button->data);
|
||||
HiddenUrlClickHandler(url).onClick(Qt::LeftButton);
|
||||
UrlClickHandler(url).onClick(Qt::LeftButton);
|
||||
} break;
|
||||
|
||||
case HistoryMessageReplyMarkup::Button::RequestLocation: {
|
||||
|
Reference in New Issue
Block a user