Kanban
This commit is contained in:
parent
409291d55a
commit
ab21ce590f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue