Desktop settings button now shows when using shift-full screen (#4326)
Ylian Saint-Hilaire committed
Jul 28, 2022 at 15:39 UTC
ae112c64e34a9bfa2e7bf9f482c04ff47d245561
1 file changed
-1
views/default.handlebars
-1
@@ -8540,7 +8540,6 @@
8540
QV('DeskBackgroundButton', inputAllowed && (deskState == 3) && (desktop.contype == 1) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && online);
8541
QV('DeskControlSpan', inputAllowed)
8542
QV('DeskRefreshButton', (deskState == 3) && (desktop.contype == 1))
8543
- QV('deskActionsSettings', (browserfullscreen == false));
8543
if (rights & 8) { Q('DeskControl').checked = (getstore('DeskControl', 1) == 1); } else { Q('DeskControl').checked = false; }
8544
QS('DeskControlSpan').color = Q('DeskControl').checked?null:'red';
8545