mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
update translate, fix bootstrap version panel, deskbackground
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
8e8ec4f88a
commit
d9262f7c9d
4 changed files with 3261 additions and 3254 deletions
|
@ -3881,7 +3881,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
|
|||
if (require('os').dns != null) { availcommands += ',dnsinfo'; }
|
||||
try { require('linux-dhcp'); availcommands += ',dhcp'; } catch (ex) { }
|
||||
if (process.platform == 'win32') {
|
||||
availcommands += ',bitlocker,cs,wpfhwacceleration,uac,volumes,rdpport';
|
||||
availcommands += ',bitlocker,cs,wpfhwacceleration,uac,volumes,rdpport,deskbackground';
|
||||
if (bcdOK()) { availcommands += ',safemode'; }
|
||||
if (require('notifybar-desktop').DefaultPinned != null) { availcommands += ',privacybar'; }
|
||||
try { require('win-utils'); availcommands += ',taskbar'; } catch (ex) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue