mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +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(
|
return SettingsSection(
|
||||||
title: S.of(context).about,
|
title: S.of(context).about,
|
||||||
children: const [
|
children: const [
|
||||||
RestorePurchasesListTile(),
|
|
||||||
SourceCodeListTile(),
|
SourceCodeListTile(),
|
||||||
|
RestorePurchasesListTile(),
|
||||||
ReportIssueListTile(),
|
ReportIssueListTile(),
|
||||||
WriteEmailListTile(),
|
WriteEmailListTile(),
|
||||||
VersionListTile(),
|
VersionListTile(),
|
||||||
|
|
Loading…
Reference in a new issue