feat: launch arg to start logged in as a supplied user (#5626)

This commit is contained in:
Liam Rooney
2024-10-06 01:29:44 -07:00
committed by GitHub
parent c1e04eeeff
commit 0085fb64ac
4 changed files with 23 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@
- Minor: Removed experimental IRC support. (#5547)
- Minor: Moderators can now see which mods start and cancel raids. (#5563)
- Minor: The emote popup now reloads when Twitch emotes are reloaded. (#5580)
- Minor: Added `--login <username>` CLI argument to specify which account to start logged in as. (#5626)
- Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426, #5612)
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)
- Bugfix: Fixed restricted users usernames not being clickable. (#5405)