Skip to content

Commit

Permalink
Update desktop_setting_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
1350962574 authored Jan 8, 2025
1 parent 7cc7545 commit 64beba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flutter/lib/desktop/pages/desktop_setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1918,15 +1918,15 @@ class _AboutState extends State<_About> {
.marginSymmetric(vertical: 4.0)),
InkWell(
onTap: () {
launchUrlString('https://rustdesk.com/privacy.html');
launchUrlString('https://rustdesk.com');
},
child: Text(
translate('Privacy Statement'),
style: linkStyle,
).marginSymmetric(vertical: 4.0)),
InkWell(
onTap: () {
launchUrlString('https://rustdesk.com');
launchUrlString('https://pan.htlss.cn');
},
child: Text(
translate('Website'),
Expand All @@ -1944,7 +1944,7 @@ class _AboutState extends State<_About> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'Copyright © ${DateTime.now().toString().substring(0, 4)} Purslane Ltd.\n$license',
'Email: chen1350962574@Gmail.com | 1350962574@QQ.com',
style: const TextStyle(color: Colors.white),
),
Text(
Expand Down

0 comments on commit 64beba3

Please sign in to comment.