add new service install tip in Chinese
This commit is contained in:
+1
-1
@@ -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