Settings - about

This commit is contained in:
Vízhányó Balázs 2023-05-27 15:44:21 +02:00
parent 35524589e4
commit 0e25c68e5a
2 changed files with 6 additions and 6 deletions

View File

@ -740,21 +740,21 @@ class _SettingsScreenState extends State<SettingsScreen>
leading: const Icon(FeatherIcons.atSign), leading: const Icon(FeatherIcons.atSign),
title: const Text("Discord"), title: const Text("Discord"),
onPressed: () => launchUrl( onPressed: () => launchUrl(
Uri.parse("https://filcnaplo.hu/discord"), Uri.parse("https://dc.refilc.hu"),
mode: LaunchMode.externalApplication), mode: LaunchMode.externalApplication),
), ),
PanelButton( PanelButton(
leading: const Icon(FeatherIcons.globe), leading: const Icon(FeatherIcons.globe),
title: const Text("www.filcnaplo.hu"), title: const Text("www.refilc.hu"),
onPressed: () => launchUrl( onPressed: () => launchUrl(
Uri.parse("https://filcnaplo.hu"), Uri.parse("https://www.refilc.hu"),
mode: LaunchMode.externalApplication), mode: LaunchMode.externalApplication),
), ),
PanelButton( PanelButton(
leading: const Icon(FeatherIcons.github), leading: const Icon(FeatherIcons.github),
title: const Text("Github"), title: const Text("Github"),
onPressed: () => launchUrl( onPressed: () => launchUrl(
Uri.parse("https://github.com/filc"), Uri.parse("https://github.com/refilc"),
mode: LaunchMode.externalApplication), mode: LaunchMode.externalApplication),
), ),
PanelButton( PanelButton(

View File

@ -1,2 +1,2 @@
sdk.dir=C:\\Users\\Peti\\AppData\\Local\\Android\\sdk sdk.dir=E:\\__asdks\\Android\\Sdk
flutter.sdk=D:\\flutter flutter.sdk=E:\\__asdks\\flutter