forked from organicmaps/organicmaps
[ios] Pro button on map is enabled by default
This commit is contained in:
parent
01efba40ac
commit
7cf60b7aa5
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ NSString * const AppFeatureMoreAppsBanner = @"AppFeatureMoreAppsBanner";
|
|||
|
||||
self.featuresByDefault = @{AppFeatureInterstitial : @NO,
|
||||
AppFeatureBanner : @NO,
|
||||
AppFeatureProButtonOnMap : @NO,
|
||||
AppFeatureProButtonOnMap : @YES,
|
||||
AppFeatureMoreAppsBanner : @YES,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue