mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added special bullet char to global access.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user