mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
Refactor /resume command to use dialog instead of stand
alone Ink app
This commit is contained in:
parent
12877ac849
commit
0d40cf2213
1 changed files with 2 additions and 1 deletions
|
|
@ -1253,7 +1253,8 @@ export const AppContainer = (props: AppContainerProps) => {
|
|||
!!proQuotaRequest ||
|
||||
isSubagentCreateDialogOpen ||
|
||||
isAgentsManagerDialogOpen ||
|
||||
isApprovalModeDialogOpen;
|
||||
isApprovalModeDialogOpen ||
|
||||
isResumeDialogOpen;
|
||||
|
||||
const pendingHistoryItems = useMemo(
|
||||
() => [...pendingSlashCommandHistoryItems, ...pendingGeminiHistoryItems],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue