From 6e3120664aad222eacaf3cb857dd9eebc37f02a3 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 7 Nov 2024 17:20:13 +0100 Subject: [PATCH] Update docs --- README.md | 2 -- src/Models/Constants.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 98b5a9ba5..06e11ee14 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,6 @@ A typical user journey would be: 7. At 250 changesets, the tags get linked to the wiki. -8. At 500 changesets, I expect contributors to be power users and to be comfortable with tagging schemes and such. The - custom theme generator is unlocked. ## License diff --git a/src/Models/Constants.ts b/src/Models/Constants.ts index 5ccc614ee..04c69f44f 100644 --- a/src/Models/Constants.ts +++ b/src/Models/Constants.ts @@ -68,7 +68,6 @@ export default class Constants { mapCompleteHelpUnlock: 50, themeGeneratorReadOnlyUnlock: 50, - themeGeneratorFullUnlock: 500, addNewPointWithUnreadMessagesUnlock: 500, importHelperUnlock: 5000,