Skip to content

Commit

Permalink
fix phone num not hidden in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dic1911 committed Dec 6, 2023
1 parent 00c1233 commit 18bc253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8131,7 +8131,7 @@ private void updateRowsIds() {
if (UserObject.isUserSelf(user)) {
numberSectionRow = rowCount++;
setUsernameRow = rowCount++;
if (!hideNumber) {
if (!hideNumber && !NekoConfig.hidePhone.Bool()) {
numberRow = rowCount++;
}
bioRow = rowCount++;
Expand Down

0 comments on commit 18bc253

Please sign in to comment.