Fix for #2667

Ylian Saint-Hilaire committed May 21, 2021 at 09:07 UTC ec1471d7415a7f5282e7474c0e125fe5e8c733b5
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -7606,7 +7606,7 @@
7606 QV('DeskChatButton', ((rights & 16384) != 0) && (browserfullscreen == false) && (inputAllowed) && (currentNode.agent) && online);
7607 QV('DeskNotifyButton', ((rights & 16384) != 0) && (browserfullscreen == false) && (currentNode.agent) && (currentNode.agent.id < 5) && (inputAllowed) && (currentNode.agent) && online);
7608 QV('DeskLockButton', ((rights & 16384) != 0) && (browserfullscreen == false) && (currentNode.agent) && (currentNode.agent.id < 5) && (inputAllowed) && (currentNode.agent) && (deskState == 3));
7609 - QV('DeskToolsButton', (deskState == 3) && (currentNode.agent) && online);
7609 + QV('DeskToolsButton', (currentNode.agent) && online);
7610 QE('DeskToolsButton', inputAllowed);
7611 QV('DeskOpenWebButton', (browserfullscreen == false) && (inputAllowed) && (currentNode.agent) && online);
7612 QV('DeskBackgroundButton', inputAllowed && (deskState == 3) && (desktop.contype == 1) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && online);