forked from MapComplete/MapComplete
Fix access restrictions
This commit is contained in:
parent
1fd91613a9
commit
b05a81c0fe
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue