mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 14:52:34 +00:00
Show guidance URL even without string
This commit is contained in:
parent
fe7946bc37
commit
4d568bf3d6
@ -100,7 +100,11 @@ class AccountViewController: UIViewController, StrongTableHost {
|
||||
} else {
|
||||
model.setFooter(guidanceString, forSection: .credentials)
|
||||
}
|
||||
model.setHeader("", forSection: .registration)
|
||||
// model.setHeader("", forSection: .registration)
|
||||
} else if let _ = guidanceURL {
|
||||
model.add(.guidance)
|
||||
model.set([.openGuide], forSection: .guidance)
|
||||
// model.setHeader("", forSection: .registration)
|
||||
}
|
||||
// if let _ = referralURL {
|
||||
// model.add(.registration)
|
||||
|
Loading…
Reference in New Issue
Block a user