Open r0gi opened 3 years ago
Is it possible to disable the "close controls" button at the bottom of the GUI? I have autoplace set to false and want the GUI to always be visible, so I don't want the button to be displayed at all.
autoplace
false
Screenshot for reference
A workaround is to hide it directly through the CSS, but I ended up leaving it in and just added extra padding (20 px) to the parent element.
20 px
Is it possible to disable the "close controls" button at the bottom of the GUI? I have
autoplace
set tofalse
and want the GUI to always be visible, so I don't want the button to be displayed at all.Screenshot for reference