mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Add rate app link
This commit is contained in:
parent
f4c588fd9e
commit
40b168d660
1 changed files with 7 additions and 0 deletions
|
@ -138,6 +138,13 @@ class _SettingsState extends State<Settings> {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
ListTile(
|
||||||
|
title: const Text("Rate on Google Play"),
|
||||||
|
onTap: () {
|
||||||
|
launch(
|
||||||
|
"https://play.google.com/store/apps/details?id=com.nkming.nc_photos.paid");
|
||||||
|
},
|
||||||
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10n.global().settingsSourceCodeTitle),
|
title: Text(L10n.global().settingsSourceCodeTitle),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
|
Loading…
Reference in a new issue