fix: show name for empty views

This commit is contained in:
lantzelot-swe 2023-08-14 22:19:03 +02:00
parent 1d53647a7e
commit 6e130f98f1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class GameView implements Comparable
@Override @Override
public String toString() public String toString()
{ {
String text = ""; String text = name;
if (gameCount > -1) if (gameCount > -1)
{ {
if (gameViewId != -1) if (gameViewId != -1)