[apps] Fix the issue where apps is not enabled after codex resume. (#13533)

- [x] Fix the issue where apps is not enabled after codex resume.
This commit is contained in:
Matthew Zeng
2026-03-04 22:39:31 -08:00
committed by GitHub
Unverified
parent 3eb9115cef
commit 3336639213
+6
View File
@@ -3356,6 +3356,9 @@ impl ChatWidget {
widget
.bottom_pane
.set_queued_message_edit_binding(widget.queued_message_edit_binding);
widget
.bottom_pane
.set_connectors_enabled(widget.config.features.enabled(Feature::Apps));
widget
}
@@ -3536,6 +3539,9 @@ impl ChatWidget {
),
);
widget.update_collaboration_mode_indicator();
widget
.bottom_pane
.set_connectors_enabled(widget.config.features.enabled(Feature::Apps));
widget
}