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}'),
|
||||
InkWell(
|
||||
onTap: () async {
|
||||
const url = 'https://forum.rustdesk.com/';
|
||||
const url = 'https://rustdesk.com/';
|
||||
if (await canLaunch(url)) {
|
||||
await launch(url);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user