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