Skip to content
Snippets Groups Projects
Unverified Commit 5e429c7a authored by GyDi's avatar GyDi
Browse files

fix: ignore disable auto launch error

parent 57d23eb0
No related branches found
No related tags found
No related merge requests found
......@@ -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(())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment