mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Added logs screen translations
This commit is contained in:
parent
191bae78bb
commit
a8e7ab80e4
5 changed files with 30 additions and 14 deletions
|
@ -81,13 +81,14 @@ class Settings extends StatelessWidget {
|
|||
CustomListTile(
|
||||
label: AppLocalizations.of(context)!.appVersion,
|
||||
description: appConfigProvider.getAppInfo!.version,
|
||||
onDoubleTap: () => Navigator.of(context).push(
|
||||
MaterialPageRoute(builder: (context) => const AppLogs())
|
||||
),
|
||||
disableRipple: true,
|
||||
),
|
||||
CustomListTile(
|
||||
label: AppLocalizations.of(context)!.createdBy,
|
||||
description: "JGeek00",
|
||||
onDoubleTap: () => Navigator.of(context).push(
|
||||
MaterialPageRoute(builder: (context) => const AppLogs())
|
||||
),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue