TF-4141 Add the AI needs-action option into the user settings.
This commit is contained in:
@@ -50,7 +50,7 @@ class PreferencesController extends BaseController {
|
||||
|
||||
final _manageAccountDashBoardController = Get.find<ManageAccountDashBoardController>();
|
||||
|
||||
bool get isAIScribeAvailable {
|
||||
bool get isAICapabilitySupported {
|
||||
return _manageAccountDashBoardController.isAICapabilitySupported;
|
||||
}
|
||||
|
||||
@@ -183,6 +183,11 @@ class PreferencesController extends BaseController {
|
||||
displaySenderPriority: !isEnabled,
|
||||
);
|
||||
break;
|
||||
case PreferencesOptionType.aiNeedsAction:
|
||||
newSettingOption = settingOption.value?.copyWith(
|
||||
aiNeedsActionEnabled: !isEnabled,
|
||||
);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user