Revert "feat(settings): add auto-launch on system startup feature"
This reverts commit ba336fc416.
Reason: Found issues that need to be addressed before reintroducing
the auto-launch feature. Will reimplement with fixes.
This commit is contained in:
@@ -50,14 +50,6 @@ pub enum AppError {
|
||||
zh: String,
|
||||
en: String,
|
||||
},
|
||||
#[error("Failed to get application path for auto-launch: {0}")]
|
||||
AutoLaunchPathError(#[source] std::io::Error),
|
||||
#[error("Failed to enable auto-launch: {0}")]
|
||||
AutoLaunchEnableError(String),
|
||||
#[error("Failed to disable auto-launch: {0}")]
|
||||
AutoLaunchDisableError(String),
|
||||
#[error("Failed to check auto-launch status: {0}")]
|
||||
AutoLaunchCheckError(String),
|
||||
}
|
||||
|
||||
impl AppError {
|
||||
|
||||
Reference in New Issue
Block a user