Skip to content

Commit

Permalink
Fix iPadOS crash
Browse files Browse the repository at this point in the history
Forgot to add a `environmentObject` to the target
  • Loading branch information
Desbeers committed Oct 2, 2023
1 parent c70838d commit d64583d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chord Provider/General/ChordProviderApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ import DocumentKit
ContentView(document: file.$document, file: file.fileURL)
.environmentObject(chordDisplayOptions)
.environmentObject(fileBrowser)
.environmentObject(appState)
.task {
if hideWelcome == false {
UserDefaults.standard.resetDocumentGroupOnboardingState(for: "welcome")
Expand Down

0 comments on commit d64583d

Please sign in to comment.