From a5ac9db95715cd1cb7999dc67d25276e3d2d194f Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 27 May 2026 10:09:19 +0200 Subject: [PATCH] use lock instead of check icon for locked settings --- .../presentation/screens/web_engine_hardening_group.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/weblibre/lib/features/settings/presentation/screens/web_engine_hardening_group.dart b/apps/weblibre/lib/features/settings/presentation/screens/web_engine_hardening_group.dart index 08e5c6f8..f487afbe 100644 --- a/apps/weblibre/lib/features/settings/presentation/screens/web_engine_hardening_group.dart +++ b/apps/weblibre/lib/features/settings/presentation/screens/web_engine_hardening_group.dart @@ -248,7 +248,7 @@ class _HardeningSettingTile extends ConsumerWidget { leading: HardeningGroupIcon(isActive: settingValue.isActive), trailing: const Padding( padding: EdgeInsets.only(right: 18.0), - child: Icon(Icons.check), + child: Icon(Icons.lock), ), ), );