From 0e25c68e5a94ce76eabded2348b61e67f57d80c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADzh=C3=A1ny=C3=B3=20Bal=C3=A1zs?= Date: Sat, 27 May 2023 15:44:21 +0200 Subject: [PATCH] Settings - about --- .../lib/screens/settings/settings_screen.dart | 8 ++++---- filcnaplo_premium/android/local.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/filcnaplo_mobile_ui/lib/screens/settings/settings_screen.dart b/filcnaplo_mobile_ui/lib/screens/settings/settings_screen.dart index 3b685fb..c0d4ff1 100755 --- a/filcnaplo_mobile_ui/lib/screens/settings/settings_screen.dart +++ b/filcnaplo_mobile_ui/lib/screens/settings/settings_screen.dart @@ -740,21 +740,21 @@ class _SettingsScreenState extends State leading: const Icon(FeatherIcons.atSign), title: const Text("Discord"), onPressed: () => launchUrl( - Uri.parse("https://filcnaplo.hu/discord"), + Uri.parse("https://dc.refilc.hu"), mode: LaunchMode.externalApplication), ), PanelButton( leading: const Icon(FeatherIcons.globe), - title: const Text("www.filcnaplo.hu"), + title: const Text("www.refilc.hu"), onPressed: () => launchUrl( - Uri.parse("https://filcnaplo.hu"), + Uri.parse("https://www.refilc.hu"), mode: LaunchMode.externalApplication), ), PanelButton( leading: const Icon(FeatherIcons.github), title: const Text("Github"), onPressed: () => launchUrl( - Uri.parse("https://github.com/filc"), + Uri.parse("https://github.com/refilc"), mode: LaunchMode.externalApplication), ), PanelButton( diff --git a/filcnaplo_premium/android/local.properties b/filcnaplo_premium/android/local.properties index 142a2c2..6057eba 100644 --- a/filcnaplo_premium/android/local.properties +++ b/filcnaplo_premium/android/local.properties @@ -1,2 +1,2 @@ -sdk.dir=C:\\Users\\Peti\\AppData\\Local\\Android\\sdk -flutter.sdk=D:\\flutter \ No newline at end of file +sdk.dir=E:\\__asdks\\Android\\Sdk +flutter.sdk=E:\\__asdks\\flutter \ No newline at end of file