new: add support for flag emoji in proxy names

This commit is contained in:
Hiddify
2024-03-08 00:20:48 +01:00
parent d16d013305
commit 141faa4d6c
6 changed files with 18 additions and 1 deletions

View File

@@ -391,7 +391,8 @@ class ProfileSubscriptionInfo extends HookConsumerWidget {
consumed: subInfo.consumption.sizeGB(),
total: subInfo.total.sizeGB(),
),
style: theme.textTheme.bodySmall,
style: theme.textTheme.bodySmall
?.copyWith(fontFamily: getEmojiFont4Desktop()),
overflow: TextOverflow.ellipsis,
),
),