mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
Update desktop_setting_page.dart
Use real copyright symbol ©
This commit is contained in:
parent
634a838dc9
commit
1e2429b2a9
@ -1075,7 +1075,7 @@ class _AboutState extends State<_About> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'Copyright © 2022 Purslane Ltd.\n$license',
|
||||
'Copyright © 2022 Purslane Ltd.\n$license',
|
||||
style: const TextStyle(color: Colors.white),
|
||||
),
|
||||
const Text(
|
||||
|
Loading…
Reference in New Issue
Block a user