TF-4141 Add the AI needs-action option into the user settings.

This commit is contained in:
dab246
2026-01-11 22:55:49 +07:00
committed by Dat H. Pham
parent cb0471ecb7
commit 1661210e04
19 changed files with 171 additions and 35 deletions
@@ -902,7 +902,7 @@ class SearchMailboxController extends BaseMailboxController with MailboxActionHa
void autoCreateVirtualFolder() {
addFavoriteFolderToMailboxList();
if (dashboardController.isAiCapabilitySupported) {
if (dashboardController.isAINeedsActionEnabled) {
addActionRequiredFolder();
}
}