mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 09:52:49 +08:00
Automate year of copyright (#7206)
This commit is contained in:
parent
ada4bafb94
commit
c987bed965
@ -1622,7 +1622,7 @@ class _AboutState extends State<_About> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'Copyright © 2023 Purslane Ltd.\n$license',
|
||||
'Copyright © ${DateTime.now().toString().substring(0, 4)} Purslane Ltd.\n$license',
|
||||
style: const TextStyle(color: Colors.white),
|
||||
),
|
||||
Text(
|
||||
|
@ -376,7 +376,7 @@ class MyIdMenu: Reactor.Component {
|
||||
<div>Fingerprint: " + handler.get_fingerprint() + " \
|
||||
<div .link .custom-event url='https://rustdesk.com/privacy.html'>" + 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 © 2023 Purslane Ltd.\
|
||||
<div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright © " + new Date().getFullYear() + " Purslane Ltd.\
|
||||
<br />" + handler.get_license() + " \
|
||||
<p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\
|
||||
</div>\
|
||||
|
Loading…
Reference in New Issue
Block a user