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

@ -198,7 +198,8 @@ $bf['user_opt'] = [
'user_dls' => 14, // [SETTINGS] Hide list of "Current downloads" in my profile
'user_retracker' => 15, // [SETTINGS] Add my retracker into downloaded torrent files
'user_hide_torrent_client' => 16, // [SETTINGS] Option to hide user's torrent client in peer list
'user_hide_peer_country' => 17 // [SETTINGS] Option to hide user's country name in peer list
'user_hide_peer_country' => 17, // [SETTINGS] Option to hide user's country name in peer list
'user_hide_peer_username' => 18, // [SETTINGS] Option to hide peer username in peer list
];
function bit2dec($bit_num)