Skip to content

Commit

Permalink
Update AnnualOverview.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden authored Jun 30, 2024
1 parent 7af58bc commit 72ae55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Solstice/Detail View/AnnualOverview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ fileprivate var solsticeAndEquinoxFormatter: RelativeDateTimeFormatter {
}

struct AnnualOverview<Location: AnyLocation>: View {
#if !os(watchOS)
@Environment(\.openWindow) var openWindow
#endif
@EnvironmentObject var timeMachine: TimeMachine

@State private var isInformationSheetPresented = false
Expand Down

0 comments on commit 72ae55f

Please sign in to comment.