Merge branch 'master' into master-2

This commit is contained in:
RustDesk
2023-08-23 12:03:25 +08:00
committed by GitHub
38 changed files with 91 additions and 25 deletions

View File

@@ -539,5 +539,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("push_ab_failed_tip", "Невозможно синхронизировать адресную книгу с сервером"),
("synced_peer_readded_tip", "Устройства, присутствовавшие в последних сеансах, будут синхронизированы с адресной книгой."),
("Change Color", "Изменить цвет"),
("Primary Color", ""),
("HSV Color", ""),
].iter().cloned().collect();
}