Improvements to the user information panel
This commit is contained in:
parent
49210f2a28
commit
a85fe85358
10 changed files with 62 additions and 34 deletions
|
@ -17,7 +17,7 @@ class LoginButton extends SubtleButton {
|
|||
},
|
||||
icon?: BaseUIElement | string
|
||||
) {
|
||||
super(icon ?? Svg.osm_logo_ui(), text)
|
||||
super(icon ?? Svg.login_ui(), text)
|
||||
this.onClick(() => {
|
||||
state.osmConnection.AttemptLogin()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue