Skip to content

Commit

Permalink
Select the default category .nostalgia
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 29, 2023
1 parent 4797ea1 commit 6ecfb14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Planet/Views/My/AvatarPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ struct AvatarPickerView: View {
}
.frame(width: 600, height: 400)
.onAppear {
if selection == nil {
selection = .nostalgia
}
if case .myPlanet(let planet) = store.selectedView {
selectedAvatar = planet.avatar
}
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1535
CURRENT_PROJECT_VERSION = 1536

0 comments on commit 6ecfb14

Please sign in to comment.