mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-20 11:41:05 +03:00
feat: windows, custom client, update (#13687)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -824,7 +824,9 @@ class UpdateMe: Reactor.Component {
|
||||
return <div .install-me>
|
||||
<div>{translate('Status')}</div>
|
||||
<div>There is a newer version of {handler.get_app_name()} ({handler.get_new_version()}) available.</div>
|
||||
<div #install-me.link>{translate('Click to ' + update_or_download)}</div>
|
||||
{is_custom_client
|
||||
? <div style="font-size: 1em; font-weight: normal; text-align: left; padding-top: 1em;">{translate('Enable \"Auto update\" or contact your administrator for the latest version.')}</div>
|
||||
: <div #install-me.link>{translate('Click to ' + update_or_download)}</div>}
|
||||
<div #download-percent style="display:hidden; padding-top: 1em;" />
|
||||
</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user