add hint to make clear what domainname is needed

pull/23/head
JuanJakobo 2021-02-03 18:54:40 +01:00
parent 4793862a11
commit ffd2caa35f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}