fix: ignore disable auto launch error
This commit is contained in:
parent
57d23eb043
commit
5e429c7a94
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ impl Sysopt {
|
|||
|
||||
match enable {
|
||||
true => auto_launch.enable()?,
|
||||
false => auto_launch.disable()?,
|
||||
false => crate::log_if_err!(auto_launch.disable()), // 忽略关闭的错误
|
||||
};
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Reference in a new issue