mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Version 0.8.6
This commit is contained in:
parent
0ad256610c
commit
f9924def62
4 changed files with 2202 additions and 2144 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.8.5",
|
||||
"version": "0.8.6",
|
||||
"keywords": [
|
||||
"Remote Device Management",
|
||||
"Remote Device Monitoring",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6787,8 +6787,7 @@
|
|||
if (Q('d2userConsent').value == 1) { consent |= 0x0010; } // Terminal prompt for user consent
|
||||
}
|
||||
if (q & 2) {
|
||||
consent |= 0x0001; // Desktop notify
|
||||
consent |= 0x0040; // Desktop connection toolbar
|
||||
consent |= 0x0041; // Desktop connection toolbar + Desktop notify
|
||||
if (Q('d2userConsent').value == 1) { consent |= 0x0008; } // Desktop prompt for user consent
|
||||
}
|
||||
if (q & 4) {
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
<div id=p11 class="noselect" style="overflow:hidden;position:absolute;left:54px;top:0;right:0;bottom:0;display:none">
|
||||
<div id=deskarea0>
|
||||
<div id=deskarea1 class="areaHead">
|
||||
<div id=deskarea1 class="areaHead" style="line-height:24px">
|
||||
<div class="toright2">
|
||||
<span id="p11power"></span>
|
||||
<div class='deskareaicon' title="Toggle View Mode" onclick="toggleAspectRatio(1)">⇲</div>
|
||||
|
|
Loading…
Reference in a new issue