mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix popup colors
This commit is contained in:
parent
69972e0d80
commit
dda7625d2b
|
@ -859,7 +859,7 @@ void Widget::onFriendRequestReceived(const QString& userId, const QString& messa
|
|||
void Widget::removeFriend(Friend* f, bool fake)
|
||||
{
|
||||
QMessageBox::StandardButton removeFriendMB;
|
||||
removeFriendMB = QMessageBox::question(this,
|
||||
removeFriendMB = QMessageBox::question(0,
|
||||
tr("Remove history"),
|
||||
tr("Do you want to remove history as well?"),
|
||||
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel);
|
||||
|
|
Loading…
Reference in New Issue
Block a user