Disable titlebar on reset pass GUI

This commit is contained in:
Vortrex
2022-05-08 06:46:53 -05:00
parent ff769f8632
commit 1df01d8f4d

View File

@@ -11,7 +11,6 @@ let resetPassword = {
window: null,
logoImage: null,
messageLabel: null,
emailLabel: null,
emailInput: null,
resetPasswordButton: null,
backToLoginButton: null,
@@ -41,6 +40,7 @@ function initResetPasswordGUI() {
});
resetPassword.window.titleBarIconSize = toVector2(0,0);
resetPassword.window.titleBarHeight = 0;
resetPassword.window.titleBarShown = false;
resetPassword.logoImage = resetPassword.window.image(5, 20, 290, 80, mainLogoPath, {
focused: {