Hi, I have a simple feature request for the ESO Launcher: Auto-close the launcher on pressing the Play button.
The reason for this is that on Linux there's some issues with Proton selecting the correct window for the mouse cursor grab. The launcher has to be closed for the cursor to be grabbed by the game correctly.
Having a simple option to auto-close launcher on game start fixes this problem.
%command% & sleep 10 && while pgrep -x "CrBrowserMain"; do pgrep -f "eso64\.exe" && sleep 5 && pkill -9 CrBrowserMain && break || sleep 1; done