We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to hide the close button?
The text was updated successfully, but these errors were encountered:
For VGUI you can just add visible 0 to frame_close in steamscheme.res
visible 0
frame_close
frame_close { visible 0 xpos r31 ypos 7 wide 0 tall 0 PinCorner 1 }
For the web theme:
.title-bar-actions .title-area-icon.closeButton, #root [class*="login_CloseButton_"] { display: none !important; }
@tkashkin Is this an option you'd want in the installer?
Sorry, something went wrong.
@Foldex
Is this an option you'd want in the installer?
I don't mind having an option, may be useful for tiling WM users.
Web Full: Window controls patches (#67, Fixes #51)
698a45f
Successfully merging a pull request may close this issue.
how to hide the close button?
The text was updated successfully, but these errors were encountered: