fix: wrong tile hidden
This commit is contained in:
@@ -213,12 +213,15 @@ class _CreateGameViewState extends State<CreateGameView> {
|
||||
),
|
||||
),
|
||||
|
||||
// Choose color tile
|
||||
ChooseTile(title: loc.ruleset, trailing: getRulesetDropdown(loc)),
|
||||
|
||||
// Choose ruleset tile
|
||||
if (!isEditMode())
|
||||
ChooseTile(title: loc.color, trailing: getColorDropdown(loc)),
|
||||
ChooseTile(
|
||||
title: loc.ruleset,
|
||||
trailing: getRulesetDropdown(loc),
|
||||
),
|
||||
|
||||
// Choose color tile
|
||||
ChooseTile(title: loc.color, trailing: getColorDropdown(loc)),
|
||||
|
||||
// Description input field
|
||||
Container(
|
||||
|
||||
Reference in New Issue
Block a user