Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslowry committed Jun 22, 2023
1 parent e1e7453 commit a630458
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fun SettingsScreen(
onSetReminderTime = { scope.launch { viewModel.setReminderTime(it) } },
)
CalendarSection(showValues = state.showRecordedValues, onSetShowValues = { scope.launch { viewModel.setShowRecordedValues(it) } })
// TODO add a setting that lets the user control the size of calendars
}
}

Expand Down

0 comments on commit a630458

Please sign in to comment.