From d4288f89d3614dc1ff8a1ba70f9ff6bf85377302 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 10 Mar 2024 14:03:28 +0800 Subject: [PATCH] fix ci --- src/flutter_ffi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flutter_ffi.rs b/src/flutter_ffi.rs index f4197c679..f6611510b 100644 --- a/src/flutter_ffi.rs +++ b/src/flutter_ffi.rs @@ -1814,7 +1814,7 @@ pub fn main_support_remove_wallpaper() -> bool { } pub fn is_qs() -> SyncReturn { - SyncReturn(get_hard_option("connection-type") == "incoming"); + SyncReturn(get_hard_option("connection-type".to_owned()) == "incoming") } /// Send a url scheme throught the ipc.