mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
add telegram link
This commit is contained in:
@@ -68,6 +68,13 @@ class _AboutSettingsState extends State<AboutSettings> {
|
|||||||
launchUrlString("https://github.com/venera-app/venera");
|
launchUrlString("https://github.com/venera-app/venera");
|
||||||
},
|
},
|
||||||
).toSliver(),
|
).toSliver(),
|
||||||
|
ListTile(
|
||||||
|
title: const Text("Telegram"),
|
||||||
|
trailing: const Icon(Icons.open_in_new),
|
||||||
|
onTap: () {
|
||||||
|
launchUrlString("https://t.me/venera_release");
|
||||||
|
},
|
||||||
|
).toSliver(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user