mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 14:45:52 -05:00
No need to hold shift to connect to different Windows desktop sessions.
This commit is contained in:
parent
9db6f5ce1b
commit
a0ea085247
@ -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…
Reference in New Issue
Block a user