Empty line between description and ID.

This commit is contained in:
John Preston 2024-06-01 22:09:01 +04:00
parent eac7bf1c48
commit 400f0f8785
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ base::options::toggle ShowPeerIdBelowAbout({
}
using namespace Ui::Text;
if (!value.empty()) {
value.append("\n");
value.append("\n\n");
}
value.append(Italic(u"id: "_q));
const auto raw = peer->id.value & PeerId::kChatTypeMask;