mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-31 04:52:05 +00:00
Use name as is for logo
Names are already lowercase.
This commit is contained in:
parent
78b8ed01a1
commit
312f3ddb5e
@ -189,7 +189,7 @@ extension MFMailComposeViewController {
|
||||
extension Infrastructure.Metadata {
|
||||
var logo: UIImage? {
|
||||
let bundle = Bundle(for: AppDelegate.self)
|
||||
guard let image = AssetImageTypeAlias(named: name.lowercased(), in: bundle, compatibleWith: nil) else {
|
||||
guard let image = AssetImageTypeAlias(named: name, in: bundle, compatibleWith: nil) else {
|
||||
return Asset.Providers.placeholder.image
|
||||
}
|
||||
return image
|
||||
|
Loading…
Reference in New Issue
Block a user