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

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();
}