mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Console: ensure our tick shows when NTCP2 enabled
This commit is contained in:
parent
cf1719427e
commit
518cd26a9a
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ namespace http {
|
|||
{
|
||||
s << "<td>NTCP2";
|
||||
if (address->host.is_v6 ()) s << "v6";
|
||||
s << "</td><td><span class=\"enabled\">" << tr("supported") << "</span></td>\r\n</tr>\r\n";
|
||||
s << "</td><td><span class=\"enabled fizedsize\">" << tr("supported") << "</span></td>\r\n</tr>\r\n";
|
||||
continue;
|
||||
}
|
||||
switch (address->transportStyle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue