Fixed bugs update system

This commit is contained in:
Juan Gilsanz Polo 2023-04-07 22:58:44 +02:00
parent 4a9d2abf19
commit 026cbd523e
5 changed files with 32 additions and 24 deletions

View file

@ -109,7 +109,7 @@ class Settings extends StatelessWidget {
)
},
),
CustomListTile(
if (serversProvider.updateAvailable.data != null) CustomListTile(
icon: Icons.system_update_rounded,
title: AppLocalizations.of(context)!.updates,
subtitle: AppLocalizations.of(context)!.updatesDescription,