[bugfix] UI: Fix the bug that the main functions ware not in loading status even while restoring the status 'enable'.

This commit is contained in:
Sakamoto Shiina
2025-10-08 16:25:15 +09:00
parent b23b40d8e4
commit faec6e91ba
2 changed files with 12 additions and 0 deletions

View File

@@ -87,16 +87,19 @@ export const useMainFunction = () => {
toggleTranslation,
updateTranslationStatus,
setTranslation,
pendingTranslationStatus, // Exception.(It shouldn't be used in other function, normally.)
currentTranscriptionSendStatus,
toggleTranscriptionSend,
updateTranscriptionSendStatus,
setTranscriptionSend,
pendingTranscriptionSendStatus, // Exception.(It shouldn't be used in other function, normally.)
currentTranscriptionReceiveStatus,
toggleTranscriptionReceive,
updateTranscriptionReceiveStatus,
setTranscriptionReceive,
pendingTranscriptionReceiveStatus, // Exception.(It shouldn't be used in other function, normally.)
currentForegroundStatus,
toggleForeground,