mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 12:07:54 -06:00
feat: Update translations, add pdf view to document edit page
This commit is contained in:
@@ -70,7 +70,9 @@ class _AppLogsPageState extends State<AppLogsPage> {
|
||||
),
|
||||
),
|
||||
appBar: AppBar(
|
||||
title: Text(S.of(context)!.appLogs(formattedDate)),
|
||||
title: Text(S
|
||||
.of(context)!
|
||||
.appLogs(formattedDate)), //TODO: CHange to App-Logs in german
|
||||
actions: [
|
||||
if (state is AppLogsStateLoaded)
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user