[FIX] Show App IDs button only if user is logged in with their Apple ID

This commit is contained in:
Fabian Thies
2023-01-31 22:35:09 +01:00
parent e5369524ce
commit 4ee053a4f9
2 changed files with 21 additions and 16 deletions

View File

@@ -45,6 +45,7 @@ struct AddSourceView: View {
}
.listStyle(InsetGroupedListStyle())
.navigationTitle(L10n.AddSourceView.title)
.navigationBarTitleDisplayMode(.inline)
}
}