-
Notifications
You must be signed in to change notification settings - Fork 258
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
Is there a way to reduce lag? #30
Comments
This'll remove the main background blur altogether. Let me know if it doesn't improve things. .layers-OrUESM {
backdrop-filter: unset;
} |
Oh okay, i'll try. I have also been having issues when the UI bugs out with time, but that's unrelated i guess? The lag also increases with time, as if there is a memory leak. |
|
I tried this, and it went pretty well! Are there any other things I can put in for performance? |
You could say it's just the way the concept of themes works, but the lag is abyssmal. I have already disabled all blur effects, and it's still lagging, I suspect setting blur to 0 does not actually disable it?
The text was updated successfully, but these errors were encountered: