mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some extra debug info on configured environment
This commit is contained in:
parent
4150ac8ded
commit
f5a87d8835
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ struct ProfileView: View {
|
|||
)
|
||||
}
|
||||
|
||||
Section(footer: Text(viewModel.appVersionString)) {
|
||||
Section(footer: Text(viewModel.appVersionString + " - \(dataService.appEnvironment.name)")) {
|
||||
NavigationLink(
|
||||
destination: ManageAccountView()
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue