Version 0.8.6

This commit is contained in:
Ylian Saint-Hilaire 2021-04-09 14:34:07 -07:00
parent 0ad256610c
commit f9924def62
4 changed files with 2202 additions and 2144 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "0.8.5", "version": "0.8.6",
"keywords": [ "keywords": [
"Remote Device Management", "Remote Device Management",
"Remote Device Monitoring", "Remote Device Monitoring",

File diff suppressed because it is too large Load Diff

View File

@ -6787,8 +6787,7 @@
if (Q('d2userConsent').value == 1) { consent |= 0x0010; } // Terminal prompt for user consent if (Q('d2userConsent').value == 1) { consent |= 0x0010; } // Terminal prompt for user consent
} }
if (q & 2) { if (q & 2) {
consent |= 0x0001; // Desktop notify consent |= 0x0041; // Desktop connection toolbar + Desktop notify
consent |= 0x0040; // Desktop connection toolbar
if (Q('d2userConsent').value == 1) { consent |= 0x0008; } // Desktop prompt for user consent if (Q('d2userConsent').value == 1) { consent |= 0x0008; } // Desktop prompt for user consent
} }
if (q & 4) { if (q & 4) {

View File

@ -43,7 +43,7 @@
</div> </div>
<div id=p11 class="noselect" style="overflow:hidden;position:absolute;left:54px;top:0;right:0;bottom:0;display:none"> <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=deskarea0>
<div id=deskarea1 class="areaHead"> <div id=deskarea1 class="areaHead" style="line-height:24px">
<div class="toright2"> <div class="toright2">
<span id="p11power"></span>&nbsp; <span id="p11power"></span>&nbsp;
<div class='deskareaicon' title="Toggle View Mode" onclick="toggleAspectRatio(1)">&#8690;</div> <div class='deskareaicon' title="Toggle View Mode" onclick="toggleAspectRatio(1)">&#8690;</div>