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

fix some window title stuff ("Sandbox" and "0") #941

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

shy1132
Copy link
Contributor

@shy1132 shy1132 commented Sep 25, 2024

this fixes #930 and fixes the window title sometimes having "(0)" at the beginning (0 notifications)

for the "Sandbox" fix, i can't Exactly figure out what is causing it but it happens because of iframe navigation setting the window title to the solver frame's title, and this only seems to happen when "about:blank" is what the iframe navigation sees as the current window.location (but i still have no idea why this causes the "Sandbox" bug, i don't understand any of the code i've tread in)

for the "0" fix, i just check if unreads are more than zero before setting the cosmetic stuff

@dimdenGD dimdenGD merged commit e0c8498 into dimdenGD:master Sep 25, 2024
2 checks passed
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 this pull request may close these issues.

The tab bar is now named “Sandbox”
2 participants