Enable Show this user's games" for offline users

This commit is contained in:
Fabio Bas 2014-07-27 21:29:27 +02:00
parent fe12f71b93
commit 6b9daf3d15

View file

@ -134,7 +134,7 @@ void UserContextMenu::showContextMenu(const QPoint &pos, const QString &userName
bool anotherUser = userName != QString::fromStdString(tabSupervisor->getUserInfo()->name());
aDetails->setEnabled(online);
aChat->setEnabled(anotherUser && online);
aShowGames->setEnabled(anotherUser && online);
aShowGames->setEnabled(anotherUser);
aAddToBuddyList->setEnabled(anotherUser);
aRemoveFromBuddyList->setEnabled(anotherUser);
aAddToIgnoreList->setEnabled(anotherUser);