aboutsummaryrefslogtreecommitdiff
path: root/src/habit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/habit.rs')
-rw-r--r--src/habit.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/habit.rs b/src/habit.rs
index cb6f03d..725e15f 100644
--- a/src/habit.rs
+++ b/src/habit.rs
@@ -18,6 +18,7 @@ pub enum TrackEvent {
18#[derive(Debug, Clone, Copy, PartialEq, Serialize, Deserialize)] 18#[derive(Debug, Clone, Copy, PartialEq, Serialize, Deserialize)]
19pub enum ViewMode { 19pub enum ViewMode {
20 Day, 20 Day,
21 Week,
21 Month, 22 Month,
22 Year, 23 Year,
23} 24}