mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
use player menu as default menu for table zone, fixing issue #38
This commit is contained in:
parent
cc516823d7
commit
81d7c08f08
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
|
||||||
}
|
}
|
||||||
|
|
||||||
playerMenu = new QMenu(QString());
|
playerMenu = new QMenu(QString());
|
||||||
|
table->setMenu(playerMenu);
|
||||||
|
|
||||||
if (local) {
|
if (local) {
|
||||||
handMenu = playerMenu->addMenu(QString());
|
handMenu = playerMenu->addMenu(QString());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue