Fix screenshot clipboard paste not working in browsers: ignore image/png request, send as jpg anyways

This commit is contained in:
dec05eba
2025-10-29 18:15:56 +01:00
parent 1c24616388
commit 5144994575
2 changed files with 11 additions and 4 deletions

2
TODO
View File

@@ -230,3 +230,5 @@ Use generic icons for controller input in settings and allow configuring them.
Add option to include game name in file name (video and screenshot). Replace / with space.
Check if the focused window is on top on x11 when choosing to take screenshot or show the window as the background of the overlay.
Convert clipboard image to requested type (from jpg to png for example).