Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drpeterrohde committed Feb 6, 2023
1 parent 5e93b11 commit 676c5d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified MoodSnap/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions MoodSnap/Base/DataStructures.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ struct SettingsStruct: Identifiable, Codable, Hashable {
var includeEvents: Bool = true
var reportPeriod: Int = TimeScaleEnum.month.rawValue
var reportBlackAndWhite: Bool = true
var reportIncludeInterpretation: Bool = true

// Visibility
var symptomVisibility: [Bool] = [Bool](repeating: true, count: symptomList.count)
Expand Down

0 comments on commit 676c5d2

Please sign in to comment.