forum.rustdesk.com => rustdesk.com
This commit is contained in:
parent
e7c733be1d
commit
67711a386d
@ -332,7 +332,7 @@ Future<Null> showAbout(BuildContext context) async {
|
|||||||
Text('Version: ${packageInfo.version}'),
|
Text('Version: ${packageInfo.version}'),
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
const url = 'https://forum.rustdesk.com/';
|
const url = 'https://rustdesk.com/';
|
||||||
if (await canLaunch(url)) {
|
if (await canLaunch(url)) {
|
||||||
await launch(url);
|
await launch(url);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user