mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
forum.rustdesk.com => rustdesk.com
This commit is contained in:
parent
e7c733be1d
commit
67711a386d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue