mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated windows agents.
This commit is contained in:
parent
8070c92048
commit
1399c2f630
9 changed files with 11 additions and 2 deletions
|
@ -5633,6 +5633,10 @@
|
|||
for (var i in urlargs) { urlviewmode += ('&' + i + '=' + urlargs[i]); }
|
||||
try { window.history.replaceState({}, document.title, window.location.pathname + urlviewmode); } catch (ex) { }
|
||||
}
|
||||
|
||||
// Clear the desktop session selector
|
||||
QV('p11DeskSessionSelector', false);
|
||||
QH('p11DeskSessionSelector', '');
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue