This commit is contained in:
Hillel Coren 2021-04-15 22:10:25 +03:00
parent 409291d55a
commit ab21ce590f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TaskScreen extends StatelessWidget {
},
),
appBarActions: [
if (!kReleaseMode)
if (!kReleaseMode || state.isHosted)
IconButton(
icon: Icon(MdiIcons.trello),
color: state.prefState.showKanban ? state.accentColor : null,