mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +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");
|
||||
},
|
||||
).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