mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-18 03:36:34 -07:00
fix: Small bugfix for licenses page
This commit is contained in:
parent
5035d1d2c1
commit
8fd72718b8
2 changed files with 1 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ class AboutSettingsPage extends ConsumerWidget {
|
|||
applicationIcon: const FladderIcon(size: 55),
|
||||
applicationVersion: applicationInfo.versionPlatformBuild,
|
||||
applicationLegalese: "DonutWare",
|
||||
useRootNavigator: true,
|
||||
),
|
||||
child: Text(context.localized.aboutLicenses),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue