refactor: remove PermissionDenied variant from ReplaceUIError enum

This commit is contained in:
2026-04-14 22:37:33 +02:00
parent d3c3e4e771
commit 1aa3070ea1
-1
View File
@@ -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),
}