mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 12:29:04 +08:00
chore: 2022 -> 2023
This commit is contained in:
parent
a9098960d1
commit
896b233f87
@ -1559,7 +1559,7 @@ class _AboutState extends State<_About> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'Copyright © 2022 Purslane Ltd.\n$license',
|
||||
'Copyright © 2023 Purslane Ltd.\n$license',
|
||||
style: const TextStyle(color: Colors.white),
|
||||
),
|
||||
Text(
|
||||
|
@ -367,7 +367,7 @@ class MyIdMenu: Reactor.Component {
|
||||
<div>Fingerprint: " + handler.get_fingerprint() + " \
|
||||
<div .link .custom-event url='https://rustdesk.com/privacy'>" + translate("Privacy Statement") + "</div> \
|
||||
<div .link .custom-event url='https://rustdesk.com'>" + translate("Website") + "</div> \
|
||||
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright © 2022 Purslane Ltd.\
|
||||
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright © 2023 Purslane Ltd.\
|
||||
<br />" + handler.get_license() + " \
|
||||
<p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\
|
||||
</div>\
|
||||
|
Loading…
Reference in New Issue
Block a user