mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-04 02:51:28 +03:00
Add LM_DEBUG_LAYER_SHELL environment variable
setting LM_DEBUG_LAYER_SHELL to a value will make the indicators visible
This commit is contained in:
@@ -116,6 +116,6 @@ impl Source for FrontendAdapter {
|
||||
impl Drop for FrontendAdapter {
|
||||
fn drop(&mut self) {
|
||||
log::debug!("remove socket: {:?}", self.socket_path);
|
||||
std::fs::remove_file(&self.socket_path).unwrap();
|
||||
let _ = std::fs::remove_file(&self.socket_path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user