mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 14:21:28 +03:00
remove dup Accessibility-Input solution;fix audio crash
This commit is contained in:
@@ -192,6 +192,7 @@ class ServerModel with ChangeNotifier {
|
||||
_isStart = true;
|
||||
notifyListeners();
|
||||
FFI.setByName("ensure_init_event_queue");
|
||||
_interval?.cancel();
|
||||
_interval = Timer.periodic(Duration(milliseconds: 30), (timer) {
|
||||
FFI.ffiModel.update("");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user