Fix window/game name for games such as 'the finals' that have weird names with utf8-bom and zero width space characters

This commit is contained in:
dec05eba
2025-01-14 22:34:25 +01:00
parent bb54b67956
commit 35a2fcc615
2 changed files with 43 additions and 24 deletions

3
TODO
View File

@@ -110,3 +110,6 @@ Re-enable hotkey disable option for flatpak.
Make gsr-ui flatpak systemd work nicely with non-flatpak gsr-ui. Maybe change ExecStart to do flatpak run ... || gsr-ui, but make it run as a shell command first with /bin/sh -c "".
When enabling X11 global hotkey again only grab lalt, not ralt.
When adding window capture only add it to recording and streaming and do the window selection when recording starts, to make it more ergonomic with hotkeys.
If hotkey for recording/streaming start is pressed on the button for start is clicked then hide the ui if it's visible and show the window selection option (cursor).