feat: host como jugador
This commit is contained in:
@@ -81,7 +81,7 @@ class _PantallaLobbyHostState extends State<PantallaLobbyHost> {
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
DropdownButtonFormField<String>(
|
||||
value: _perfilSeleccionado,
|
||||
initialValue: _perfilSeleccionado,
|
||||
decoration: InputDecoration(
|
||||
prefixIcon: const Icon(Icons.person),
|
||||
hintText: l10n.selectProfile,
|
||||
|
||||
Reference in New Issue
Block a user