new: add support for flag emoji in proxy names
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user