fix: stop AniList setup reopening on Linux when keyring token exists

- Gate setup success on token persistence: `saveToken` now returns `boolean`; on failure, keeps the setup window open instead of reporting success
- Config reload passes `allowSetupPrompt: false` so playback reloads don't re-open the setup window
- Add regression test for persistence-failure path
This commit is contained in:
2026-05-03 22:35:35 -07:00
parent 47161cd8a5
commit b8dc5db14a
10 changed files with 95 additions and 14 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: anilist
- AniList: Kept config reload from opening the setup window during playback when token storage cannot be resolved, and stopped setup login from reporting success when encrypted token persistence fails.