Skip to content
New issue

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

hide close button #51

Closed
RouZERO opened this issue Oct 18, 2022 · 2 comments · Fixed by #67
Closed

hide close button #51

RouZERO opened this issue Oct 18, 2022 · 2 comments · Fixed by #67

Comments

@RouZERO
Copy link

RouZERO commented Oct 18, 2022

how to hide the close button?

@Foldex
Copy link
Contributor

Foldex commented Oct 20, 2022

For VGUI you can just add visible 0 to frame_close in steamscheme.res

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?

@tkashkin
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants