Skip to content

Commit

Permalink
Add KANBAN to the ViewType2 enum. Closes #929
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlingstuyl committed Jul 21, 2022
1 parent ea8a1e9 commit c22c80f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ public enum ViewType2
/// <summary>
/// Tiles Mode
/// </summary>
TILES
TILES,

/// <summary>
/// Kanban Mode
/// </summary>
KANBAN
}
}

0 comments on commit c22c80f

Please sign in to comment.