mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Alpha 0.10.27: appoint admins in your supergroups from context menu.
This commit is contained in:
@@ -863,7 +863,7 @@ void DialogsInner::contextMenuEvent(QContextMenuEvent *e) {
|
||||
mousePressReleased(_pressButton);
|
||||
}
|
||||
|
||||
_menu = new Ui::PopupMenu();
|
||||
_menu = new Ui::PopupMenu(nullptr);
|
||||
App::main()->fillPeerMenu(_menuPeer, [this](const QString &text, base::lambda<void()> &&callback) {
|
||||
return _menu->addAction(text, std_::move(callback));
|
||||
}, true);
|
||||
|
Reference in New Issue
Block a user