ClientUI: Fix panel toggle after closing with click
This commit ensures the previously-active plugin panel can be reopened with the plugin panel toggle hotkey after being closed via mouse click.
This commit is contained in:
@@ -206,7 +206,6 @@ public class ClientUI
|
|||||||
currentButton.setSelected(false);
|
currentButton.setSelected(false);
|
||||||
currentNavButton.setSelected(false);
|
currentNavButton.setSelected(false);
|
||||||
currentButton = null;
|
currentButton = null;
|
||||||
currentNavButton = null;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user