mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-22 12:40:54 +03:00
sync capture + emulation status
This commit is contained in:
@@ -8,7 +8,7 @@ use std::{
|
||||
process, str,
|
||||
};
|
||||
|
||||
use crate::frontend::{gtk::window::Window, FrontendRequest};
|
||||
use crate::frontend::gtk::window::Window;
|
||||
|
||||
use adw::Application;
|
||||
use endi::{Endian, ReadBytes};
|
||||
@@ -113,7 +113,6 @@ fn build_ui(app: &Application) {
|
||||
});
|
||||
|
||||
let window = Window::new(app, tx);
|
||||
window.request(FrontendRequest::Enumerate());
|
||||
|
||||
glib::spawn_future_local(clone!(@weak window => async move {
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user