fix: improve error messaging when pgrep fails streamer mode detection (#5321)

When launching pgrep times out, a timeout message is now posted instead of the default "pgrep is not installed" error.
This commit is contained in:
pajlada
2024-04-13 09:01:20 +02:00
committed by GitHub
parent f4e950ea0b
commit bf8266e9b3
2 changed files with 40 additions and 10 deletions
+1
View File
@@ -4,6 +4,7 @@
- Minor: Added context menu action to toggle visibility of offline tabs. (#5318)
- Minor: Report sub duration for more multi-month gift cases. (#5319)
- Minor: Improved error reporting for the automatic streamer mode detection on Linux and macOS. (#5321)
- Bugfix: Fixed a crash that could occur on Wayland when using the image uploader. (#5314)
- Bugfix: Fixed split tooltip getting stuck in some cases. (#5309)
- Bugfix: Fixed the version string not showing up as expected in Finder on macOS. (#5311)