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

feat(config): Window Animations by config #818

Closed
wants to merge 1 commit into from

Conversation

veryard
Copy link
Contributor

@veryard veryard commented Oct 30, 2024

Added the ability to turn off window animations by default via the config, by default it is enabled like it was before.

Ps. Please let me know what formatter to use on this, I use VSCode default one and it appears to have changed something, sorry.

System Tray should still work too, just uses the config as the default

docs: Update readme
@lars-berger
Copy link
Member

Just adding this comment to document the solution from Discord:

Turns out SystemParametersInfoW can take a flag to persist the changes between sessions (via SPIF_UPDATEINIFILE flag). Should then be able to avoid having to toggle this on every restart

@veryard
Copy link
Contributor Author

veryard commented Nov 5, 2024

Made a PR here #832

Will close this one! :D

@veryard veryard closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants