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 overflowing filenames displacing import button #2806

Merged
merged 1 commit into from Nov 5, 2023

Conversation

RumovZ
Copy link
Collaborator

@RumovZ RumovZ commented Nov 4, 2023

Fixes #2793.

I now have to set QTWEBENGINE_CHROMIUM_FLAGS=--remote-allow-origins=* or else I get the error below when trying to access a web page in Chrome. Is it the same for you?

[15680:11976:1104/093547.311:ERROR:devtools_http_handler.cc(766)] Rejected an incoming WebSocket connection from the http://localhost:8080 origin. Use the command line flag --remote-allow-origins=http://localhost:8080 to allow connections from this origin or --remote-allow-origins=* to allow all origins.

dae added a commit that referenced this pull request Nov 5, 2023
#2806

+ Enable remote debugging with run.bat, like in run. It doesn't allow
overriding - someone who better knows .bat scripts will need to handle
that if they need it.
@dae
Copy link
Member

dae commented Nov 5, 2023

How do you go after updating main for db03142?

@dae
Copy link
Member

dae commented Nov 5, 2023

Thank you for the fix!

@dae dae merged commit 02a5c2d into ankitects:main Nov 5, 2023
1 check passed
@RumovZ RumovZ deleted the overflowing-import-filename branch November 5, 2023 06:52
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.

Long filename to import can result in import button going missing
2 participants