mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix ci
This commit is contained in:
@@ -158,7 +158,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
||||
s = s.replace("{}", &value);
|
||||
}
|
||||
if !crate::is_rustdesk() {
|
||||
if s.contains("RustDesk") && !name.starts_with("upgrade_rustdesk_server_pro") {
|
||||
if s.contains("RustDesk") && !name.starts_with("upgrade_rustdesk_server_pro") && name != "powered_by_me" {
|
||||
s = s.replace("RustDesk", &crate::get_app_name());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user