mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Tweak ui
This commit is contained in:
parent
dd78b99dee
commit
23a8597439
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ class _AccountView extends StatelessWidget {
|
|||
return _AccountTile(
|
||||
account: account,
|
||||
trailing: IconButton(
|
||||
icon: const Icon(Icons.close),
|
||||
icon: const Icon(Icons.logout),
|
||||
tooltip: L10n.global().deleteTooltip,
|
||||
onPressed: () async {
|
||||
final result = await showDialog<bool>(
|
||||
|
|
Loading…
Reference in a new issue