forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
92352ed274
commit
535e36a006
68 changed files with 2734 additions and 382 deletions
|
|
@ -111,13 +111,16 @@ export class SettingsVisualisations {
|
|||
},
|
||||
{
|
||||
funcName: "login_button",
|
||||
args: [{
|
||||
name: "force",
|
||||
doc: "Always show this button, even if logged in"
|
||||
}, {
|
||||
name: "message",
|
||||
doc: "Message to display on the button"
|
||||
}],
|
||||
args: [
|
||||
{
|
||||
name: "force",
|
||||
doc: "Always show this button, even if logged in",
|
||||
},
|
||||
{
|
||||
name: "message",
|
||||
doc: "Message to display on the button",
|
||||
},
|
||||
],
|
||||
docs: "Show a login button",
|
||||
needsUrls: [],
|
||||
group: "settings",
|
||||
|
|
@ -130,7 +133,7 @@ export class SettingsVisualisations {
|
|||
return new SvelteUIElement(LoginButton, {
|
||||
osmConnection: state.osmConnection,
|
||||
msg,
|
||||
forceShow: force === "yes" || force === "true"
|
||||
forceShow: force === "yes" || force === "true",
|
||||
})
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue