improve title

This commit is contained in:
Fabian Freund
2025-12-22 09:47:38 +01:00
parent fae6b774a6
commit ba4534a896
4 changed files with 21 additions and 19 deletions
@@ -42,6 +42,8 @@ class TabState extends WebPageInfo {
@override
String get title => super.title!;
String get titleOrAuthority => (title.isNotEmpty) ? title : url.authority;
final EquatableImage? icon;
@override