We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8334c21 commit d266600Copy full SHA for d266600
src/settings_window.rs
@@ -46,6 +46,7 @@ pub fn settings_window(
46
if ui.button("Update").clicked() {
47
match update(r.clone()) {
48
Ok(_) => {
49
+ log::info!("Update done. {} >> {}", current_version, r.version);
50
*new_release = None;
51
*update_text =
52
"Update done. Please Restart Application.".to_string();
0 commit comments