From ae112c64e34a9bfa2e7bf9f482c04ff47d245561 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 28 Jul 2022 15:39:47 -0700 Subject: [PATCH] Desktop settings button now shows when using shift-full screen (#4326) --- views/default.handlebars | 1 - 1 file changed, 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 1cd05aee..b11e68dc 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -8540,7 +8540,6 @@ QV('DeskBackgroundButton', inputAllowed && (deskState == 3) && (desktop.contype == 1) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && online); QV('DeskControlSpan', inputAllowed) QV('DeskRefreshButton', (deskState == 3) && (desktop.contype == 1)) - QV('deskActionsSettings', (browserfullscreen == false)); if (rights & 8) { Q('DeskControl').checked = (getstore('DeskControl', 1) == 1); } else { Q('DeskControl').checked = false; } QS('DeskControlSpan').color = Q('DeskControl').checked?null:'red';