From b8f912e00fd8184378fe627401b699d1d5ba4530 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 7 Aug 2020 16:58:00 +0200 Subject: [PATCH] Lower changeset count to the custom theme --- UI/MoreScreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MoreScreen.ts b/UI/MoreScreen.ts index 0c99b0525..c876d7474 100644 --- a/UI/MoreScreen.ts +++ b/UI/MoreScreen.ts @@ -36,7 +36,7 @@ export class MoreScreen extends UIElement { if (!State.state.osmConnection.userDetails.data.loggedIn) { continue; } - if (State.state.osmConnection.userDetails.data.csCount < 100) { + if (State.state.osmConnection.userDetails.data.csCount < 50) { continue; } }