Hide all GUI util

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

View File

@@ -422,3 +422,10 @@ addNetworkHandler("vrr.guiInit", function() {
}); });
// =========================================================================== // ===========================================================================
function hideAllGUI() {
closeAllWindows();
setChatWindowEnabled(true);
}
// ===========================================================================