mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Added game type to tab title
+ The game type(s) is now displayed in the tab + Reformatted tab title
This commit is contained in:
parent
544666a3bc
commit
7ac0f6f420
2 changed files with 32 additions and 3 deletions
|
|
@ -115,6 +115,7 @@ private:
|
|||
int activePlayer;
|
||||
CardItem *activeCard;
|
||||
bool gameClosed;
|
||||
QStringList gameTypes;
|
||||
|
||||
// Replay related members
|
||||
GameReplay *replay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue