Skip to content

Commit

Permalink
log update
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Jan 19, 2025
1 parent 8334c21 commit d266600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub fn settings_window(
if ui.button("Update").clicked() {
match update(r.clone()) {
Ok(_) => {
log::info!("Update done. {} >> {}", current_version, r.version);
*new_release = None;
*update_text =
"Update done. Please Restart Application.".to_string();
Expand Down

0 comments on commit d266600

Please sign in to comment.