mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
reordered settings
This commit is contained in:
parent
1689ec0496
commit
30c7d1bdd1
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class AboutSettingsSection extends StatelessWidget {
|
|||
return SettingsSection(
|
||||
title: S.of(context).about,
|
||||
children: const [
|
||||
RestorePurchasesListTile(),
|
||||
SourceCodeListTile(),
|
||||
RestorePurchasesListTile(),
|
||||
ReportIssueListTile(),
|
||||
WriteEmailListTile(),
|
||||
VersionListTile(),
|
||||
|
|
Loading…
Reference in a new issue