Hide all GUI util

This commit is contained in:
Vortrex
2021-09-30 18:56:36 -05:00
parent 67a7f37d21
commit 48a7cb452a

View File

@@ -421,4 +421,11 @@ addNetworkHandler("vrr.guiInit", function() {
triggerNetworkEvent("vrr.guiReady", true);
});
// ===========================================================================
function hideAllGUI() {
closeAllWindows();
setChatWindowEnabled(true);
}
// ===========================================================================