mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-22 23:09:12 +00:00
Fixed missing language
This commit is contained in:
parent
1dd23906c3
commit
8801428167
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue