exclude deleted account

This commit is contained in:
MaysWind
2025-08-01 23:21:37 +08:00
parent 428a1f2156
commit 56a3905df1
@@ -127,7 +127,7 @@ export function useAppSettingPageBase() {
continue;
}
if (excludeAccountIds[accountId]) {
if (excludeAccountIds[accountId] && accountsStore.allAccountsMap[accountId]) {
hasExcludeAccount = true;
break;
}