[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user