change clear data icon
This commit is contained in:
+2
-2
@@ -406,7 +406,7 @@ class TabViewHeader extends HookConsumerWidget {
|
||||
MenuItemButton(
|
||||
closeOnActivate: false,
|
||||
leadingIcon: const Icon(
|
||||
Icons.cleaning_services,
|
||||
MdiIcons.databaseRemove,
|
||||
),
|
||||
child: const Text('Clear Container Data'),
|
||||
onPressed: () async {
|
||||
@@ -424,7 +424,7 @@ class TabViewHeader extends HookConsumerWidget {
|
||||
builder: (BuildContext context) {
|
||||
return AlertDialog(
|
||||
icon: const Icon(
|
||||
Icons.cleaning_services,
|
||||
MdiIcons.databaseRemove,
|
||||
),
|
||||
title: const Text(
|
||||
'Clear Container Data?',
|
||||
|
||||
@@ -121,7 +121,7 @@ class WebEngineSettingsScreen extends HookConsumerWidget {
|
||||
vertical: 8.0,
|
||||
horizontal: 16.0,
|
||||
),
|
||||
leading: const Icon(Icons.cleaning_services),
|
||||
leading: const Icon(MdiIcons.databaseRemove),
|
||||
trailing: const Icon(Icons.chevron_right),
|
||||
onTap: () async {
|
||||
await showDialog(
|
||||
|
||||
Reference in New Issue
Block a user