fixed in upcoming release

This commit is contained in:
Fabian Freund
2025-08-11 10:46:25 +02:00
parent cf3da71ca5
commit d5400e00c5
2 changed files with 4 additions and 0 deletions
@@ -46,6 +46,8 @@ class AppBarTitle extends HookConsumerWidget {
color: Theme.of(context).colorScheme.error,
size: 14,
);
} else if (tabState.readerableState.active) {
return const Icon(MdiIcons.lockMinus, size: 14);
} else if (!tabState.securityInfoState.secure) {
return Icon(
MdiIcons.lockAlert,
@@ -45,6 +45,8 @@ class CertificateTile extends HookConsumerWidget {
style: TextStyle(color: Theme.of(context).colorScheme.error),
),
);
} else if (tabState.readerableState.active) {
return const SizedBox.shrink();
} else if (!tabState.securityInfoState.secure) {
return ListTile(
leading: Icon(