From d9c214254fd0d76a812357af7e22f1db5ce21ed2 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Thu, 28 May 2026 12:48:17 +0800 Subject: [PATCH] auto-sync: 2026-05-28 12:48:17 --- src/frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index 2bf22e1..4f08815 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -611,6 +611,7 @@ export const useStore = create((set, get) => ({ await s.loadLive(); const tab = s.activeTab; if (['models', 'skills'].includes(tab)) await s.loadAgentConfig(); + if (tab === 'mail') await s.loadMails(); }, }));