mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
define default port const for gemini socket client
This commit is contained in:
parent
a342940d2c
commit
b35f70b1db
2 changed files with 3 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ void Page::navigation_reload(
|
|||
g_uri_to_string(
|
||||
uri
|
||||
),
|
||||
1965, // default port @TODO
|
||||
Socket::Client::Gemini::DEFAULT_PORT,
|
||||
[this](const Glib::RefPtr<Gio::AsyncResult> & RESULT)
|
||||
{
|
||||
// Update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue