mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
add new service install tip in Chinese
This commit is contained in:
@@ -342,6 +342,7 @@ div.trust-me > div:nth-child(1) {
|
||||
}
|
||||
|
||||
div.trust-me > div:nth-child(2) {
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
@@ -543,7 +543,7 @@ class ModifyDefaultLogin: Reactor.Component {
|
||||
|
||||
function watch_trust() {
|
||||
// not use TrustMe::update, because it is buggy
|
||||
var trusted = handler.is_process_trusted(false);
|
||||
var trusted = handler.is_process_trusted(false) && handler.is_installed_daemon(false);
|
||||
var el = $(div.trust-me);
|
||||
if (el) {
|
||||
el.style.set {
|
||||
|
||||
Reference in New Issue
Block a user