Merge pull request #3764 from fufesou/refact/flutter_dialog

refactor dialog
This commit is contained in:
RustDesk
2023-03-24 17:37:40 +08:00
committed by GitHub
43 changed files with 684 additions and 477 deletions

View File

@@ -480,5 +480,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("identical_file_tip", "Файл идентичен файлу на удалённом узле."),
("show_monitors_tip", "Показывать мониторы на панели инструментов"),
("View Mode", "Режим просмотра"),
("enter_rustdesk_passwd_tip", ""),
("remember_rustdesk_passwd_tip", ""),
("login_linux_tip", ""),
].iter().cloned().collect();
}