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:
parent
9113dc6963
commit
812f8fdcbe
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue