mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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;
|
||||
if (!value.empty()) {
|
||||
value.append("\n");
|
||||
value.append("\n\n");
|
||||
}
|
||||
value.append(Italic(u"id: "_q));
|
||||
const auto raw = peer->id.value & PeerId::kChatTypeMask;
|
||||
|
|
Loading…
Add table
Reference in a new issue