mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 07:21:27 +03:00
@@ -71,7 +71,7 @@ fn handle_client_message(builder: &mut IfaceBuilder<()>) {
|
|||||||
move |_, _, (_uni_links,): (String,)| {
|
move |_, _, (_uni_links,): (String,)| {
|
||||||
#[cfg(feature = "flutter")]
|
#[cfg(feature = "flutter")]
|
||||||
{
|
{
|
||||||
use crate::flutter::{self, APP_TYPE_MAIN};
|
use crate::flutter;
|
||||||
let data = HashMap::from([
|
let data = HashMap::from([
|
||||||
("name", "new_connection"),
|
("name", "new_connection"),
|
||||||
("uni_links", _uni_links.as_str()),
|
("uni_links", _uni_links.as_str()),
|
||||||
|
|||||||
Reference in New Issue
Block a user