mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Allow cancel during backup import processing
This commit is contained in:
@@ -22,6 +22,7 @@ export enum InstallScreenBackupError {
|
||||
UnsupportedVersion = 'UnsupportedVersion',
|
||||
Retriable = 'Retriable',
|
||||
Fatal = 'Fatal',
|
||||
Canceled = 'Canceled',
|
||||
}
|
||||
|
||||
export enum InstallScreenError {
|
||||
|
||||
Reference in New Issue
Block a user