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

View file

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