diff options
| author | Mojgan <Mojgan.jelodar@codic.se> | 2023-04-25 16:31:08 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-04-26 09:51:00 +0200 |
| commit | f83576b292b5e293e99ac71b7564d3f5950b210e (patch) | |
| tree | bd8be4e36e9fa9815b4a3d57779108d948ae0d11 /ios/MullvadVPN/Containers/Root/RootContainerViewController.swift | |
| parent | 5ddf2a83859a4a1f313fa9e1455af1339bddf28b (diff) | |
| download | mullvadvpn-f83576b292b5e293e99ac71b7564d3f5950b210e.tar.xz mullvadvpn-f83576b292b5e293e99ac71b7564d3f5950b210e.zip | |
Add in-app banner message for a new device
Diffstat (limited to 'ios/MullvadVPN/Containers/Root/RootContainerViewController.swift')
| -rw-r--r-- | ios/MullvadVPN/Containers/Root/RootContainerViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift index 679964d46c..05e9383a06 100644 --- a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift +++ b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift @@ -70,7 +70,7 @@ class RootContainerViewController: UIViewController { let transitionContainer = UIView(frame: UIScreen.main.bounds) private var presentationContainerAccountButton: UIButton? private var presentationContainerSettingsButton: UIButton? - private var configuration = RootConfigration(showsAccountButton: false) + private var configuration = RootConfigration(showsAccountButton: false, showsDeviceInfo: true) private(set) var headerBarPresentation = HeaderBarPresentation.default private(set) var headerBarHidden = false |
