refactor: remove PermissionDenied variant from ReplaceUIError enum
This commit is contained in:
@@ -590,7 +590,6 @@ pub async fn download_ezpp_launcher_update_files(
|
||||
#[serde(tag = "type", content = "details")]
|
||||
pub enum ReplaceUIError {
|
||||
FileNotFound(String),
|
||||
PermissionDenied(String),
|
||||
IoError(String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user