Fix access restrictions

This commit is contained in:
Pieter Vander Vennet 2021-07-05 13:20:20 +02:00
parent 1fd91613a9
commit b05a81c0fe

View file

@ -14,7 +14,7 @@ export default class Constants {
mapCompleteHelpUnlock: 50,
tagsVisibleAndWikiLinked: 30,
themeGeneratorReadOnlyUnlock: 1,
themeGeneratorFullUnlock: 50,
themeGeneratorFullUnlock: 1,
addNewPointWithUnreadMessagesUnlock: 500,
minZoomLevelToAddNewPoints: (Constants.isRetina() ? 18 : 19),