forked from MapComplete/MapComplete
Hide image on mobile
This commit is contained in:
parent
77ad4ef666
commit
fb13485983
4 changed files with 39 additions and 5 deletions
29
UI/Img.ts
29
UI/Img.ts
File diff suppressed because one or more lines are too long
|
@ -31,7 +31,8 @@ export class WelcomeMessage extends UIElement {
|
|||
}
|
||||
|
||||
this.description = fromLayout((layout) => layout.welcomeMessage);
|
||||
this.plzLogIn = fromLayout((layout) => layout.gettingStartedPlzLogin.onClick(()=> State.state.osmConnection.AttemptLogin()));
|
||||
this.plzLogIn = fromLayout((layout) => layout.gettingStartedPlzLogin);
|
||||
this.plzLogIn.onClick(()=> State.state.osmConnection.AttemptLogin());
|
||||
this.welcomeBack = fromLayout((layout) => layout.welcomeBackMessage);
|
||||
this.tail = fromLayout((layout) => layout.welcomeTail);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue