Fixed missing language

This commit is contained in:
Juan Gilsanz Polo 2024-06-17 13:55:54 +02:00
parent 1dd23906c3
commit 8801428167

View file

@ -138,7 +138,7 @@ class _ServerInformationState extends State<ServerInformation> {
title: AppLocalizations.of(context)!.serverVersion,
subtitle: serverInfo.data!.version,
),
CustomListTile(
if (serverInfo.data!.language != "") CustomListTile(
title: AppLocalizations.of(context)!.serverLanguage,
subtitle: serverInfo.data!.language,
),