mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-29 16:10:54 +03:00
fix initial capture creation
This commit is contained in:
@@ -144,6 +144,9 @@ impl Service {
|
||||
if let Some(hostname) = self.client_manager.get_hostname(handle) {
|
||||
resolver.resolve(handle, hostname);
|
||||
}
|
||||
if let Some(pos) = self.client_manager.get_pos(handle) {
|
||||
capture.create(handle, pos, CaptureType::Default);
|
||||
}
|
||||
}
|
||||
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user