mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
feat: Add new translations, add list of existing accounts to login page
This commit is contained in:
@@ -47,9 +47,9 @@ class _SelectFileTypeDialogState extends State<SelectFileTypeDialog> {
|
||||
value: _rememberSelection,
|
||||
onChanged: (value) => setState(() => _rememberSelection = value ?? false),
|
||||
title: Text(
|
||||
"Remember my decision",
|
||||
S.of(context)!.rememberDecision,
|
||||
style: Theme.of(context).textTheme.labelMedium,
|
||||
), //TODO: INTL
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -316,7 +316,7 @@ class _DocumentDetailsPageState extends State<DocumentDetailsPage> {
|
||||
).paddedOnly(right: 4.0),
|
||||
DocumentShareButton(document: state.document),
|
||||
IconButton(
|
||||
tooltip: "Print", //TODO: INTL
|
||||
tooltip: S.of(context)!.print, //TODO: INTL
|
||||
onPressed: () => context.read<DocumentDetailsCubit>().printDocument(),
|
||||
icon: const Icon(Icons.print),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user