mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Add separator above volume control in voice chats.
This commit is contained in:
parent
feb8624d05
commit
8a6ff3f414
1 changed files with 4 additions and 0 deletions
|
@ -1494,6 +1494,10 @@ void Members::Controller::addMuteActionsToContextMenu(
|
|||
}
|
||||
}, volumeItem->lifetime());
|
||||
|
||||
if (!menu->empty()) {
|
||||
menu->addSeparator();
|
||||
}
|
||||
|
||||
menu->addAction(std::move(volumeItem));
|
||||
|
||||
if (!isMe(participantPeer)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue