fix flutter check for update

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole 2023-09-14 14:26:09 +05:30
parent dccc791c99
commit b88f1dc79a

View File

@ -1074,6 +1074,7 @@ pub fn main_get_last_remote_id() -> String {
}
pub fn main_get_software_update_url() -> String {
crate::common::check_software_update();
crate::common::SOFTWARE_UPDATE_URL.lock().unwrap().clone()
}