mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-11 15:03:20 -05:00
Removed MacOS clipboard button since it's not yet supported.
This commit is contained in:
parent
dfafc6372f
commit
e06db9b4a3
File diff suppressed because one or more lines are too long
@ -4176,7 +4176,7 @@
|
||||
QV('deskFocusBtn', (desktop != null) && (desktop.contype == 2) && (deskState != 0) && (desktopsettings.showfocus));
|
||||
QV('DeskCAD', inputAllowed);
|
||||
QE('DeskCAD', deskState == 3);
|
||||
QV('DeskClip', (desktop == null) || (desktop.contype != 2));
|
||||
QV('DeskClip', (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && ((desktop == null) || (desktop.contype != 2))); // Clipboard not supported on MacOS
|
||||
QE('DeskClip', deskState == 3);
|
||||
QV('DeskWD', (currentNode.agent) && (currentNode.agent.id < 5) && inputAllowed);
|
||||
QE('DeskWD', deskState == 3);
|
||||
|
Loading…
Reference in New Issue
Block a user