Merge branch 'master' into master

This commit is contained in:
RustDesk
2023-09-15 09:25:01 +08:00
committed by GitHub
38 changed files with 87 additions and 17 deletions

View File

@@ -554,5 +554,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Timeout in minutes", "Время ожидания (минут)"),
("auto_disconnect_option_tip", "Автоматически закрывать входящие сеансы при неактивности пользователя"),
("Connection failed due to inactivity", "Подключение не выполнено из-за неактивности"),
("Check for software update on startup", ""),
].iter().cloned().collect();
}