chore: 完善。

This commit is contained in:
2023-05-09 21:57:52 +08:00
parent 2c5ac11579
commit 5ddd704c9d
4 changed files with 87 additions and 83 deletions

View File

@@ -123,6 +123,7 @@ impl DisplayManager {
impl Drop for DisplayManager {
fn drop(&mut self) {
if let Some(handler) = self.setting_request_handler.take() {
info!("abort display setting request handler");
handler.abort();
}
}