only windows no prelogin check cm exit
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
45dbea57f1
commit
52e5d519ab
@ -1484,7 +1484,10 @@ impl Connection {
|
|||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
log::error!("ipc to connection manager exit: {}", err);
|
log::error!("ipc to connection manager exit: {}", err);
|
||||||
allow_err!(tx_from_cm_clone.send(Data::CmErr(err.to_string())));
|
#[cfg(windows)]
|
||||||
|
if !crate::platform::is_prelogin() {
|
||||||
|
allow_err!(tx_from_cm_clone.send(Data::CmErr(err.to_string())));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
#[cfg(all(windows, feature = "flutter"))]
|
#[cfg(all(windows, feature = "flutter"))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user