mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-17 18:46:47 +00:00
typo
This commit is contained in:
parent
b3989219a2
commit
cff78ecf1e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class AboutSettingsSection extends StatelessWidget {
|
||||||
const ReportIssueListTile(),
|
const ReportIssueListTile(),
|
||||||
const WriteEmailListTile(),
|
const WriteEmailListTile(),
|
||||||
const VersionListTile(),
|
const VersionListTile(),
|
||||||
if (context.isPro) const RestorePurchasesListTile(),
|
if (!context.isPro) const RestorePurchasesListTile(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue