Fixed missing playername in settings

This commit is contained in:
DrMint 2022-05-08 11:26:22 +02:00
parent badbd4b956
commit 08170887b9
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ export default function AppLayout(props: Props): JSX.Element {
(event.target as HTMLInputElement).value (event.target as HTMLInputElement).value
) )
} }
value={appLayout.playerName}
/> />
</div> </div>
</div> </div>