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

Add setting for whether to show document icon at title bar #1510

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

ychin
Copy link
Member

@ychin ychin commented Nov 1, 2024

Don't automatically hide the icon while in transparent title bar mode, since it's a little confusing to the user. Instead, just use an extra setting for that.

Also, when hiding the icon, properly hide it now by clearing it. Previously it was just making an invisible icon which was still draggable and didn't behave properly. Make sure after we set the setting it's refreshed correctly.

Fix #1503

@ychin ychin added the UI Issues related to UI elements, tabs, scrollbars, window resizing, etc. label Nov 1, 2024
@ychin ychin added this to the Release 181 milestone Nov 1, 2024
@ychin ychin force-pushed the customizable-document-icon-setting branch from b5d3c42 to 2e87898 Compare November 1, 2024 16:35
Don't automatically hide the icon while in transparent title bar mode,
since it's a little confusing to the user. Instead, just use an extra
setting for that.

Also, when hiding the icon, properly hide it now by clearing it.
Previously it was just making an invisible icon which was still
draggable and didn't behave properly. Make sure after we set the setting
it's refreshed correctly.

Fix macvim-dev#1503
@ychin ychin force-pushed the customizable-document-icon-setting branch from 2e87898 to b872678 Compare November 4, 2024 07:08
@ychin ychin merged commit 52550fc into macvim-dev:master Nov 4, 2024
5 checks passed
@ychin ychin deleted the customizable-document-icon-setting branch November 4, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI Issues related to UI elements, tabs, scrollbars, window resizing, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invisible proxy icon (AKA window title icon)
1 participant