mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 10:11:30 +03:00
simple remove parentheses
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -1076,7 +1076,7 @@ pub fn main_get_last_remote_id() -> String {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn main_get_software_update_url() -> String {
|
pub fn main_get_software_update_url() -> String {
|
||||||
if (get_local_option("enable-check-update".to_string()) != "N") {
|
if get_local_option("enable-check-update".to_string()) != "N" {
|
||||||
crate::common::check_software_update();
|
crate::common::check_software_update();
|
||||||
}
|
}
|
||||||
crate::common::SOFTWARE_UPDATE_URL.lock().unwrap().clone()
|
crate::common::SOFTWARE_UPDATE_URL.lock().unwrap().clone()
|
||||||
|
|||||||
Reference in New Issue
Block a user