mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Empty line between description and ID.
This commit is contained in:
parent
eac7bf1c48
commit
400f0f8785
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue