mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-22 20:51:17 +03:00
Merge pull request #3719 from chiehw/win-linux
translate mode: support linux in server
This commit is contained in:
@@ -33,6 +33,11 @@ pub fn is_xfce() -> bool {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn breakdown_callback() {
|
||||
#[cfg(target_os = "linux")]
|
||||
crate::input_service::clear_remapped_keycode()
|
||||
}
|
||||
|
||||
// Android
|
||||
#[cfg(target_os = "android")]
|
||||
pub fn get_active_username() -> String {
|
||||
|
||||
Reference in New Issue
Block a user