feat: Added ability to hide peer username in peer list (#1903)

* Added ability to hide peer username in peer list

* Updated
This commit is contained in:
Roman Kelesidis 2025-05-06 20:04:17 +03:00 committed by GitHub
commit 3a64f8595c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 8 deletions

View file

@ -1881,6 +1881,7 @@ $lang['DL_UPD'] = 'upd: ';
$lang['DL_INFO'] = 'shows data <i><b>only for the current session</b></i>';
$lang['HIDE_PEER_TORRENT_CLIENT'] = 'Hide my BitTorrent client name in peer list';
$lang['HIDE_PEER_COUNTRY_NAME'] = 'Hide my country name in peer list';
$lang['HIDE_PEER_USERNAME'] = 'Hide my username in peer list';
// Post PIN
$lang['POST_PIN'] = 'Pin first post';