This commit is contained in:
rustdesk 2024-03-10 14:03:28 +08:00
parent 7060257051
commit d4288f89d3

View File

@ -1814,7 +1814,7 @@ pub fn main_support_remove_wallpaper() -> bool {
}
pub fn is_qs() -> SyncReturn<bool> {
SyncReturn(get_hard_option("connection-type") == "incoming");
SyncReturn(get_hard_option("connection-type".to_owned()) == "incoming")
}
/// Send a url scheme throught the ipc.