mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-21 21:03:19 +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) {
|
if let Some(hostname) = self.client_manager.get_hostname(handle) {
|
||||||
resolver.resolve(handle, hostname);
|
resolver.resolve(handle, hostname);
|
||||||
}
|
}
|
||||||
|
if let Some(pos) = self.client_manager.get_pos(handle) {
|
||||||
|
capture.create(handle, pos, CaptureType::Default);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|||||||
Reference in New Issue
Block a user