mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Custom notifications inline reply added, positioning broken.
This commit is contained in:
@@ -156,7 +156,7 @@ private:
|
||||
|
||||
if (auto manager = ManagerInstance.data()) {
|
||||
if (manager->hasActionsSupport()) {
|
||||
auto label = lang(lng_context_reply_msg).toUtf8();
|
||||
auto label = lang(lng_notification_reply).toUtf8();
|
||||
auto actionReceiver = _data;
|
||||
auto actionHandler = &NotificationData::notificationClicked;
|
||||
auto actionLabel = label.constData();
|
||||
|
Reference in New Issue
Block a user