mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
add version update translation (#10225)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
d4a712bb32
commit
ec466d459f
45 changed files with 45 additions and 1 deletions
|
@ -430,7 +430,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
|||
bind.mainUriPrefixSync().contains('rustdesk')) {
|
||||
return buildInstallCard(
|
||||
"Status",
|
||||
"There is a newer version of ${bind.mainGetAppNameSync()} ${bind.mainGetNewVersion()} available.",
|
||||
"${translate("newer-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).",
|
||||
"Click to download", () async {
|
||||
final Uri url = Uri.parse('https://rustdesk.com/download');
|
||||
await launchUrl(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue