Settings - about
This commit is contained in:
parent
35524589e4
commit
0e25c68e5a
@ -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(
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user