Merge pull request #3831 from chiehw/fix

Fix ci
This commit is contained in:
RustDesk 2023-03-29 15:43:02 +08:00 committed by GitHub
commit 04d7685c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ pub fn is_xfce() -> bool {
pub fn breakdown_callback() {
#[cfg(target_os = "linux")]
crate::input_service::clear_remapped_keycode();
#[cfg(not(any(target_os = "android", target_os = "ios")))]
crate::input_service::release_modifiers();
}