Added special bullet char to global access.

This commit is contained in:
23rd
2026-01-12 22:02:10 +03:00
parent 481de1e3e3
commit 9fb25bfada
13 changed files with 30 additions and 25 deletions
@@ -1310,7 +1310,7 @@ Fn<void()> AboutGigagroupCallback(
box->setTitle(tr::lng_gigagroup_convert_title());
const auto addFeature = [&](rpl::producer<QString> text) {
using namespace rpl::mappers;
const auto prefix = QString::fromUtf8("\xE2\x80\xA2 ");
const auto prefix = Ui::kQBullet + ' ';
box->addRow(
object_ptr<Ui::FlatLabel>(
box,