Chore: lint themes

This commit is contained in:
Pieter Vander Vennet 2024-01-23 01:19:38 +01:00
parent d4895a0989
commit 9b983757c2
4 changed files with 82 additions and 66 deletions

View file

@ -112,10 +112,15 @@
{
"#": "Layer icon rendering",
"if": {
"or":["shop=yes", {"and": [
"shop!=yes",
"id="
]}]
"or": [
"shop=yes",
{
"and": [
"shop!=yes",
"id="
]
}
]
},
"then": "./assets/layers/id_presets/maki-shop.svg"
},