Show state filter for company gateways
This commit is contained in:
parent
285ce78481
commit
2d84ed262d
|
|
@ -415,7 +415,8 @@ class _AppBottomBarState extends State<AppBottomBar> {
|
||||||
onPressed: () => widget.onCheckboxPressed(),
|
onPressed: () => widget.onCheckboxPressed(),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
if (isMobile(context))
|
if (isMobile(context) ||
|
||||||
|
widget.entityType == EntityType.companyGateway)
|
||||||
IconButton(
|
IconButton(
|
||||||
tooltip: localization.filter,
|
tooltip: localization.filter,
|
||||||
icon: Icon(Icons.filter_list),
|
icon: Icon(Icons.filter_list),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue