feat: Add setting to always upload scans as pdf

This commit is contained in:
Anton Stubenbord
2023-06-15 17:08:08 +02:00
parent 75627aab6f
commit 7b20d26a16
17 changed files with 360 additions and 157 deletions

View File

@@ -11,7 +11,7 @@ class ThemeModeSetting extends StatelessWidget {
return GlobalSettingsBuilder(
builder: (context, settings) {
return ListTile(
title: Text(S.of(context)!.appearance),
title: Text(S.of(context)!.theme),
subtitle: Text(_mapThemeModeToLocalizedString(
settings.preferredThemeMode, context)),
onTap: () => showDialog<ThemeMode>(