mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
No need to hold shift to connect to different Windows desktop sessions.
This commit is contained in:
parent
9db6f5ce1b
commit
a0ea085247
1 changed files with 1 additions and 1 deletions
|
@ -5606,7 +5606,7 @@
|
|||
|
||||
function connectDesktop(e, contype, tsid) {
|
||||
if (xxdialogMode) return;
|
||||
if ((e != null) && (e.shiftKey == false) && (contype == 3)) { contype = 1; } // If the shift key is not pressed, don't try to ask for session list.
|
||||
if ((e != null) && (e.shiftKey != false) && (contype == 3)) { contype = 1; } // If the shift key is not pressed, don't try to ask for session list.
|
||||
QV('p11DeskSessionSelector', false);
|
||||
p11clearConsoleMsg();
|
||||
if (desktop == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue