Kanban
This commit is contained in:
parent
409291d55a
commit
ab21ce590f
|
|
@ -47,7 +47,7 @@ class TaskScreen extends StatelessWidget {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
appBarActions: [
|
appBarActions: [
|
||||||
if (!kReleaseMode)
|
if (!kReleaseMode || state.isHosted)
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(MdiIcons.trello),
|
icon: Icon(MdiIcons.trello),
|
||||||
color: state.prefState.showKanban ? state.accentColor : null,
|
color: state.prefState.showKanban ? state.accentColor : null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue