mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-30 14:50:55 +02:00
feat: add keep android open link
This commit is contained in:
@@ -182,6 +182,13 @@ class AboutPage extends StatelessWidget {
|
||||
onTap: () => _launchUrl(AppInfo.originalGithubUrl),
|
||||
showDivider: true,
|
||||
),
|
||||
_AboutSettingsItem(
|
||||
icon: Icons.campaign_outlined,
|
||||
title: context.l10n.aboutKeepAndroidOpen,
|
||||
subtitle: 'keepandroidopen.org',
|
||||
onTap: () => _launchUrl('https://keepandroidopen.org/'),
|
||||
showDivider: true,
|
||||
),
|
||||
_AboutSettingsItem(
|
||||
icon: Icons.bug_report_outlined,
|
||||
title: context.l10n.aboutReportIssue,
|
||||
|
||||
Reference in New Issue
Block a user