diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-07-29 14:44:55 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-07-30 09:50:25 +0300 |
| commit | c720f8dac2c82ee4f1cc8003a7e001f7e6b30da9 (patch) | |
| tree | f726a11cd109c30f6e3afdcc5a9dd85ec1af8523 | |
| parent | 1725ba4f373a5f83f95808363613c58ae32e574a (diff) | |
| download | mullvadvpn-c720f8dac2c82ee4f1cc8003a7e001f7e6b30da9.tar.xz mullvadvpn-c720f8dac2c82ee4f1cc8003a7e001f7e6b30da9.zip | |
Preserve vector for IconReload
| -rw-r--r-- | ios/MullvadVPN/Assets.xcassets/IconReload.imageset/Contents.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Assets.xcassets/IconReload.imageset/Contents.json b/ios/MullvadVPN/Assets.xcassets/IconReload.imageset/Contents.json index de2a405693..ff6e723432 100644 --- a/ios/MullvadVPN/Assets.xcassets/IconReload.imageset/Contents.json +++ b/ios/MullvadVPN/Assets.xcassets/IconReload.imageset/Contents.json @@ -8,5 +8,9 @@ "info" : { "author" : "xcode", "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" } } |
