mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #1434: Groupchat call button color glitch
Thanks to @forteGIT for finding the bug
This commit is contained in:
parent
f0e29a1d46
commit
70809e877e
|
@ -216,7 +216,7 @@ void GroupChatForm::onUserListChanged()
|
|||
}
|
||||
|
||||
// Enable or disable call button
|
||||
if (peersCount != 1)
|
||||
if (peersCount != 1 && !callButton->isEnabled())
|
||||
{
|
||||
callButton->setEnabled(true);
|
||||
callButton->setObjectName("green");
|
||||
|
|
Loading…
Reference in New Issue
Block a user