mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'imbris/fix' into 'master'
Remove newline from password when pressing enter See merge request veloren/veloren!887
This commit is contained in:
commit
e2c818b556
@ -550,6 +550,7 @@ impl MainMenuUi {
|
||||
self.password = password;
|
||||
},
|
||||
TextBoxEvent::Enter => {
|
||||
self.password.pop();
|
||||
login!();
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user