mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 12:52:50 +03:00
No need to hold shift to connect to different Windows desktop sessions.
This commit is contained in:
parent
0986e45be9
commit
16e679d49a
@ -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