mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 12:11:29 +03:00
feat(terminal): add two-row floating keyboard buttons for common commands (mobile only) (#13876)
* feat(terminal): add two-row floating keyboard buttons for common commands (mobile only) * Fix missing newline at end of pl.rs Add missing newline at the end of the file.
This commit is contained in:
@@ -729,5 +729,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("server-oss-not-support-tip", "참고: RustDesk 서버 OSS에는 이 기능이 포함되어 있지 않습니다."),
|
||||
("input note here", "여기에 노트 입력"),
|
||||
("note-at-conn-end-tip", "연결이 끝날 때 메모 요청"),
|
||||
("Show terminal extra keys", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user