Removed MacOS clipboard button since it's not yet supported.
This commit is contained in:
parent
6451d451d3
commit
0d8be5b6b3
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