mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
add ns
This commit is contained in:
parent
a741f1edca
commit
40bc2ccfbd
@ -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…
x
Reference in New Issue
Block a user