Fix privacy URL
This commit is contained in:
parent
778f46bbb2
commit
ebe0681748
3 changed files with 4 additions and 4 deletions
|
|
@ -1559,7 +1559,7 @@ class _AboutState extends State<_About> {
|
|||
.marginSymmetric(vertical: 4.0)),
|
||||
InkWell(
|
||||
onTap: () {
|
||||
launchUrlString('https://rustdesk.com/privacy');
|
||||
launchUrlString('https://rustdesk.com/privacy.html');
|
||||
},
|
||||
child: Text(
|
||||
translate('Privacy Statement'),
|
||||
|
|
|
|||
|
|
@ -183,9 +183,9 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
|||
InkWell(
|
||||
hoverColor: Colors.transparent,
|
||||
onTap: () =>
|
||||
launchUrlString('https://rustdesk.com/privacy'),
|
||||
launchUrlString('https://rustdesk.com/privacy.html'),
|
||||
child: Tooltip(
|
||||
message: 'https://rustdesk.com/privacy',
|
||||
message: 'https://rustdesk.com/privacy.html',
|
||||
child: Row(children: [
|
||||
Icon(Icons.launch_outlined, size: 16)
|
||||
.marginOnly(right: 5),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue