add ab full check

This commit is contained in:
rustdesk
2023-07-26 20:43:18 +08:00
parent 4fe85cdd4a
commit 791645fa59
38 changed files with 124 additions and 1 deletions

View File

@@ -521,5 +521,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Service", ""),
("Start", ""),
("Stop", ""),
("exceed_max_devices", ""),
("Sync with recent sessions", ""),
("Sort tags", ""),
].iter().cloned().collect();
}