Hide reset collectibles btn in release mode
This commit is contained in:
parent
0dfe5292c4
commit
f7f75ff81f
@ -53,7 +53,7 @@ class _CollectionList extends StatelessWidget with GetItMixin {
|
||||
children: [
|
||||
...collections,
|
||||
Gap($styles.insets.sm),
|
||||
_buildResetBtn(context),
|
||||
if (kDebugMode) _buildResetBtn(context),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user