diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-02-26 15:02:40 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-02-26 17:19:33 +0100 |
| commit | 94e4e8acbe4db12852cf6f661a5ebc015f2d0d8f (patch) | |
| tree | c63c1ce1e5813ea9e54f08000bd1625a52991562 | |
| parent | fd22e8bacc2169f5a441470e4b3117d536bc95cf (diff) | |
| download | mullvadvpn-94e4e8acbe4db12852cf6f661a5ebc015f2d0d8f.tar.xz mullvadvpn-94e4e8acbe4db12852cf6f661a5ebc015f2d0d8f.zip | |
Set light statusbar style
| -rw-r--r-- | ios/MullvadVPN/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Info.plist b/ios/MullvadVPN/Info.plist index 5face849a6..b4fc95ec26 100644 --- a/ios/MullvadVPN/Info.plist +++ b/ios/MullvadVPN/Info.plist @@ -32,6 +32,8 @@ <array> <string>armv7</string> </array> + <key>UIStatusBarStyle</key> + <string>UIStatusBarStyleLightContent</string> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> |
