mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 16:33:01 +08:00
simple remove parentheses
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
7b37e5183c
commit
73414f2ee1
@ -1076,7 +1076,7 @@ pub fn main_get_last_remote_id() -> 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::SOFTWARE_UPDATE_URL.lock().unwrap().clone()
|
||||
|
Loading…
Reference in New Issue
Block a user