Refactoring: fix 'delete' and 'move'-buttons as special elements

This commit is contained in:
Pieter Vander Vennet 2023-04-14 02:42:57 +02:00
parent 466dd16568
commit 8a1f0599d9
19 changed files with 317 additions and 296 deletions

View file

@ -2,6 +2,12 @@
"id": "last_click",
"description": "This layer defines how to render the 'last click'-location. By default, it will show a marker with the possibility to add a new point (if there are some presets) and/or to add a new note (if the 'note' layer attribute is set). If none are possible, this layer won't show up",
"source": "special",
"isShown": {
"or": [
"has_presets=yes",
"has_note_layer=yes"
]
},
"name": null,
"titleIcons": [],
"title": {
@ -153,4 +159,4 @@
]
}
]
}
}

View file

@ -116,7 +116,7 @@
"mappings": [
{
"if": "theme=advertising",
"then": "./assets/themes/advertising/poster_box.svg"
"then": "./assets/themes/advertising/icon.svg"
},
{
"if": "theme=aed",