Skip to content

Commit

Permalink
fix: fix tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
marmos91 committed Jun 19, 2024
1 parent 04804fe commit f9846e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CubbitDS3Sync/Views/Tutorial/Views/TutorialView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct TutorialView: View {
]
)

@AppStorage("tutorialShown") var tutorialShown: Bool = DefaultSettings.tutorialShown
@AppStorage(DefaultSettings.UserDefaultsKeys.tutorial) var tutorialShown: Bool = DefaultSettings.tutorialShown

var body: some View {
ZStack {
Expand Down

0 comments on commit f9846e9

Please sign in to comment.