mainview false for sendchallengeview

This commit is contained in:
michiel
2025-10-28 11:10:17 +01:00
parent 188a5e8a45
commit 00b5f9dced

View File

@@ -25,7 +25,7 @@ public final class SendChallengeView extends View {
private final GameInformation.Player playerInformation;
public SendChallengeView(Server server, String opponent, BiConsumer<GameInformation.Player, String> onSend) {
super(true, "bg-popup");
super(false, "bg-popup");
this.server = server;
this.opponent = opponent;