Skip to content

Commit

Permalink
Make the app version and the device ID copyable in the Settings screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jul 24, 2023
1 parent de19938 commit 2502c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ struct SettingsScreen: View {
VStack {
versionText
.frame(maxWidth: .infinity)
.textSelection(.enabled)

context.viewState.deviceID.map(Text.init)
.textSelection(.enabled)
}
.compoundFormSectionFooter()
.padding(.top, 24)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/623.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make the app version and the device ID copyable in the Settings screen.

0 comments on commit 2502c91

Please sign in to comment.