Lower changeset count to the custom theme
This commit is contained in:
parent
2e7688a554
commit
b8f912e00f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue