mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -509,7 +509,7 @@ impl InvokeUiSession for FlutterHandler {
|
||||
("features", &features),
|
||||
("current_display", &pi.current_display.to_string()),
|
||||
("resolutions", &resolutions),
|
||||
("platform_additions": &pi.platform_additions),
|
||||
("platform_additions", &pi.platform_additions),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -848,7 +848,7 @@ impl Connection {
|
||||
{
|
||||
pi.platform_additions = format!(r#"
|
||||
{{
|
||||
"is_wayland": {},
|
||||
"is_wayland": {}
|
||||
}}
|
||||
"#, crate::platform::current_is_wayland());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user