Merge pull request #3184 from 21pages/resolution

Change resolution
This commit is contained in:
RustDesk
2023-02-24 10:44:55 +08:00
committed by GitHub
54 changed files with 2222 additions and 1337 deletions

View File

@@ -454,5 +454,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop voice call", ""),
("relay_hint_tip", ""),
("Reconnect", ""),
("Codec", ""),
("Resolution", ""),
].iter().cloned().collect();
}