mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add ns
This commit is contained in:
parent
a741f1edca
commit
40bc2ccfbd
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ void Page::update()
|
|||
|
||||
socket_client->connect_to_host_async(
|
||||
navbar->get_request_host(),
|
||||
navbar->get_request_port().empty() ? 1965 : stoi(
|
||||
navbar->get_request_port().empty() ? 1965 : std::stoi(
|
||||
navbar->get_request_port()
|
||||
),
|
||||
[this](const Glib::RefPtr<Gio::AsyncResult> & result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue