add hint to make clear what domainname is needed
parent
4793862a11
commit
ffd2caa35f
|
@ -109,7 +109,7 @@ int LoginView::logginClicked(int x, int y)
|
|||
if (!_url.empty())
|
||||
_temp = _url;
|
||||
_temp.resize(KEYBOARD_STRING_LENGHT);
|
||||
OpenKeyboard("Server address", &_temp[0], KEYBOARD_STRING_LENGHT - 1, KBD_NORMAL, &keyboardHandlerStatic);
|
||||
OpenKeyboard("https://domainname", &_temp[0], KEYBOARD_STRING_LENGHT - 1, KBD_NORMAL, &keyboardHandlerStatic);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue