WIP
This commit is contained in:
@@ -12,6 +12,7 @@ struct AccountView: View {
|
||||
@State var completedWorkouts: [CompletedWorkout]?
|
||||
@ObservedObject var userStore = UserStore.shared
|
||||
@State var showCompletedWorkouts: Bool = false
|
||||
@AppStorage("showNSFWVideos") private var showNSFWVideos = false
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading) {
|
||||
@@ -60,6 +61,8 @@ struct AccountView: View {
|
||||
|
||||
}
|
||||
}
|
||||
Divider()
|
||||
Toggle("Show NSFW Videos", isOn: $showNSFWVideos)
|
||||
Spacer()
|
||||
|
||||
Button("Logout", action: {
|
||||
|
||||
Reference in New Issue
Block a user