diff options
Diffstat (limited to 'Hutch/Views/More/ProfileView.swift')
| -rw-r--r-- | Hutch/Views/More/ProfileView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/ProfileView.swift b/Hutch/Views/More/ProfileView.swift index 673b298..db3cb53 100644 --- a/Hutch/Views/More/ProfileView.swift +++ b/Hutch/Views/More/ProfileView.swift @@ -7,7 +7,7 @@ private let profileBioMarkdownOptions = AttributedString.MarkdownParsingOptions( struct ProfileView: View { @Environment(AppState.self) private var appState - @AppStorage(AppStorageKeys.contributionGraphsEnabled) private var contributionGraphsEnabled = true + @AppStorage(AppStorageKeys.contributionGraphsEnabled, store: .standard) private var contributionGraphsEnabled = true @State private var viewModel: SettingsViewModel? @State private var contributionViewModel: UserProfileViewModel? @State private var pendingDestructiveAction: ProfileDestructiveAction? |
