Separated the build number from version

This commit is contained in:
PartyDonut 2024-10-10 23:32:32 +02:00
parent c4f33e5039
commit 930b223fe8
5 changed files with 222 additions and 32 deletions

View file

@ -139,11 +139,12 @@ class _SettingsScreenState extends ConsumerState<SettingsScreen> {
label: Text(context.localized.about),
subLabel: const Text("Fladder"),
suffix: Opacity(
opacity: 1,
child: FladderIconOutlined(
size: 24,
color: context.colors.onSurfaceVariant,
)),
opacity: 1,
child: FladderIconOutlined(
size: 24,
color: context.colors.onSurfaceVariant,
),
),
onTap: () => showAboutDialog(
context: context,
applicationIcon: const FladderIcon(size: 85),