fix: 处理会话恢复后的状态监控启动

This commit is contained in:
Baobhan Sith
2025-05-13 17:37:01 +08:00
parent 2910951c21
commit 6bd1682ffe
5 changed files with 43 additions and 36 deletions
@@ -239,58 +239,47 @@ const { t } = useI18n();
const {
popupEditorEnabled,
// popupEditorLoading, // Not directly used by template if button has its own loading state management
popupEditorMessage,
popupEditorSuccess,
handleUpdatePopupEditorSetting,
shareTabsEnabled,
// shareTabsLoading,
shareTabsMessage,
shareTabsSuccess,
handleUpdateShareTabsSetting,
autoCopyEnabled,
// autoCopyLoading,
autoCopyMessage,
autoCopySuccess,
handleUpdateAutoCopySetting,
workspaceSidebarPersistentEnabled,
// workspaceSidebarPersistentLoading,
workspaceSidebarPersistentMessage,
workspaceSidebarPersistentSuccess,
handleUpdateWorkspaceSidebarSetting,
commandInputSyncTargetLocal,
// commandInputSyncLoading,
commandInputSyncMessage,
commandInputSyncSuccess,
handleUpdateCommandInputSyncTarget,
showConnectionTagsLocal,
// showConnectionTagsLoading,
showConnectionTagsMessage,
showConnectionTagsSuccess,
handleUpdateShowConnectionTags,
showQuickCommandTagsLocal,
// showQuickCommandTagsLoading,
showQuickCommandTagsMessage,
showQuickCommandTagsSuccess,
handleUpdateShowQuickCommandTags,
terminalScrollbackLimitLocal,
// terminalScrollbackLimitLoading,
terminalScrollbackLimitMessage,
terminalScrollbackLimitSuccess,
handleUpdateTerminalScrollbackLimit,
fileManagerShowDeleteConfirmationLocal,
// fileManagerShowDeleteConfirmationLoading,
fileManagerShowDeleteConfirmationMessage,
fileManagerShowDeleteConfirmationSuccess,
handleUpdateFileManagerDeleteConfirmation,
terminalEnableRightClickPasteLocal, // NEW
terminalEnableRightClickPasteLoading, // NEW (Not used in template, but available)
terminalEnableRightClickPasteMessage, // NEW
terminalEnableRightClickPasteSuccess, // NEW
handleUpdateTerminalRightClickPasteSetting, // NEW
// Popup File Manager
terminalEnableRightClickPasteLocal,
terminalEnableRightClickPasteLoading,
terminalEnableRightClickPasteMessage,
terminalEnableRightClickPasteSuccess,
handleUpdateTerminalRightClickPasteSetting,
showPopupFileManagerLocal,
// showPopupFileManagerLoading, // Not used
showPopupFileManagerMessage,
showPopupFileManagerSuccess,
handleUpdateShowPopupFileManager,