1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fix for #2942. Added flag 32 to hide back buttons.

This commit is contained in:
Ylian Saint-Hilaire 2021-07-27 01:09:59 -07:00
parent 9113dc6963
commit 812f8fdcbe
3 changed files with 3 additions and 3 deletions

View file

@ -1780,7 +1780,7 @@
QS('p52recordings')['max-height'] = 'calc(100vh - ' + (48 + xh + xh2) + 'px)';
// We are looking at a single device, remove all the back buttons
if ('{{currentNode}}'.toLowerCase() != '') {
if ((args.hide & 32) || ('{{currentNode}}'.toLowerCase() != '')) {
QV('p10BackButton', false);
QV('p11BackButton', false);
QV('p12BackButton', false);