fix: wayland, accept conn (#7951)

Show prompt window after the controlled side accepting the connection.

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-05-08 09:50:55 +08:00
committed by GitHub
parent 5537c525ca
commit a3b4dcf762
2 changed files with 4 additions and 11 deletions

View File

@@ -838,14 +838,6 @@ fn handle_one_frame(
Ok(send_conn_ids)
}
pub fn is_inited_msg() -> Option<Message> {
#[cfg(target_os = "linux")]
if !is_x11() {
return super::wayland::is_inited();
}
None
}
#[inline]
pub fn refresh() {
#[cfg(target_os = "android")]