Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.02k stars 445 forks source link

Fix Wayland image upload crash if confirmation dialog is enabled #5314

Closed pajlada closed 4 months ago

pajlada commented 4 months ago

Fixes #2879

This PR moves the "extract image from QMimeData" to before the image confirmation dialog logic. In an effort to keep the change as simple as possible, this means the standard "image upload delay" is now felt before the image confirmation dialog is opened, instead of afterwards. There are some improvements that could be made to make the image uploading feel smoother, but that should wait until the next release.

I'd appreciate some testing of this PR since I feel like this type of change is prone to errors.