forked from MapComplete/MapComplete
Show all themes for me
This commit is contained in:
parent
f0ed428801
commit
256e294fc0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
.filter((key) => key.startsWith(prefix))
|
||||
.map((key) => key.substring(prefix.length, key.length - "-enabled".length))
|
||||
)
|
||||
return hiddenThemes.filter((theme) => knownIds.has(theme.id))
|
||||
return hiddenThemes.filter((theme) => knownIds.has(theme.id) || state.osmConnection.userDetails.data.name === "Pieter Vander Vennet")
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue