Removed MacOS clipboard button since it's not yet supported.

This commit is contained in:
Ylian Saint-Hilaire 2019-03-15 14:22:04 -07:00
parent 6451d451d3
commit 0d8be5b6b3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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);