mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 07:53:20 -05:00
Version 0.8.6
This commit is contained in:
parent
0ad256610c
commit
f9924def62
@ -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
@ -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) {
|
||||||
|
@ -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>
|
<span id="p11power"></span>
|
||||||
<div class='deskareaicon' title="Toggle View Mode" onclick="toggleAspectRatio(1)">⇲</div>
|
<div class='deskareaicon' title="Toggle View Mode" onclick="toggleAspectRatio(1)">⇲</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user