mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
refactoring conn audit, add session_id (both session_id and conn_id on
sever side), use session_id instead of conn_id for client id, and remove conn_id in protobuf
This commit is contained in:
@@ -61,7 +61,7 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
|
||||
let mut docker_hiden = false;
|
||||
|
||||
let open_func = move || {
|
||||
#[cfg(not(feature = "flutter"))]
|
||||
if cfg!(not(feature = "flutter"))
|
||||
{
|
||||
crate::run_me::<&str>(vec![]).ok();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user