diff --git a/app/lib/widget/settings.dart b/app/lib/widget/settings.dart index f721080a..c416387f 100644 --- a/app/lib/widget/settings.dart +++ b/app/lib/widget/settings.dart @@ -138,6 +138,13 @@ class _SettingsState extends State { } }, ), + ListTile( + title: const Text("Rate on Google Play"), + onTap: () { + launch( + "https://play.google.com/store/apps/details?id=com.nkming.nc_photos.paid"); + }, + ), ListTile( title: Text(L10n.global().settingsSourceCodeTitle), onTap: () {