forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
2bfeb67a3a
commit
bd43e2537f
8 changed files with 32 additions and 18 deletions
|
@ -68,7 +68,9 @@ export class SimpleAddUI extends UIElement {
|
|||
() => {
|
||||
self.confirmButton = new SubtleButton(preset.icon,
|
||||
new Combine([
|
||||
"<b>",
|
||||
Translations.t.general.add.confirmButton.Subs({category: preset.title}),
|
||||
"</b><br/>",
|
||||
preset.description !== undefined ? preset.description : ""]));
|
||||
self.confirmButton.onClick(self.CreatePoint(preset.tags, layer));
|
||||
self._confirmPreset.setData({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue