You've already forked AstralRinth
forked from didirus/AstralRinth
Remove "prepare backup" step (#4551)
* Remove "prepare backup" step * fix post-approval.ts
This commit is contained in:
@@ -59,7 +59,7 @@ export interface WSNewModEvent {
|
||||
event: 'new-mod'
|
||||
}
|
||||
|
||||
export type WSBackupTask = 'file' | 'create' | 'restore'
|
||||
export type WSBackupTask = 'create' | 'restore'
|
||||
export type WSBackupState = 'ongoing' | 'done' | 'failed' | 'cancelled' | 'unchanged'
|
||||
|
||||
export interface WSBackupProgressEvent {
|
||||
|
||||
Reference in New Issue
Block a user