Add backup attachment restore idle state
This commit is contained in:
@@ -17,6 +17,7 @@ export async function resetBackupMediaDownloadItems(): Promise<void> {
|
||||
window.storage.remove('backupMediaDownloadCompletedBytes'),
|
||||
window.storage.remove('backupMediaDownloadBannerDismissed'),
|
||||
window.storage.remove('backupMediaDownloadPaused'),
|
||||
window.storage.remove('backupMediaDownloadIdle'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user