Fix . button in the hostname/ip address editor

This commit is contained in:
Henrik Rydgård 2023-07-06 16:49:36 +02:00
parent 3c1723947c
commit c3d7074e30

View file

@ -1925,7 +1925,7 @@ UI::EventReturn HostnameSelectScreen::OnNumberClick(UI::EventParams &e) {
}
UI::EventReturn HostnameSelectScreen::OnPointClick(UI::EventParams &e) {
SendEditKey(NKCODE_PERIOD, KEY_CHAR);
SendEditKey((InputKeyCode)'.', KEY_CHAR);
return UI::EVENT_DONE;
}