mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-10 17:28:56 +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(
|
return _AccountTile(
|
||||||
account: account,
|
account: account,
|
||||||
trailing: IconButton(
|
trailing: IconButton(
|
||||||
icon: const Icon(Icons.close),
|
icon: const Icon(Icons.logout),
|
||||||
tooltip: L10n.global().deleteTooltip,
|
tooltip: L10n.global().deleteTooltip,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
final result = await showDialog<bool>(
|
final result = await showDialog<bool>(
|
||||||
|
|
Loading…
Reference in a new issue