TF-4174 Display tag in opened email view when thread is disabled on web desktop

This commit is contained in:
dab246
2025-11-25 15:00:07 +07:00
committed by Dat H. Pham
parent 5fb0aa84e8
commit e99643085d
3 changed files with 77 additions and 17 deletions
@@ -18,6 +18,8 @@ class LabelWidget extends StatelessWidget {
this.isTruncateLabel = false,
});
factory LabelWidget.create(Label label) => LabelWidget(label: label);
@override
Widget build(BuildContext context) {
final showTooltip =