Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
marci1175 committed Jul 29, 2024
1 parent 7fed1f6 commit 78bf86a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_info.matthias_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.07.29. 20:43
2024.07.29. 21:40
3 changes: 3 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ impl eframe::App for backend::Application {
if let Err(err) = fs::remove_dir_all(format!("{}\\Matthias\\Server", app_data)) {
println!("{err}");
};
if let Err(err) = fs::remove_dir_all(format!("{}\\Matthias\\Client", app_data)) {
println!("{err}");
};
}
Err(err) => println!("{err}"),
}
Expand Down

0 comments on commit 78bf86a

Please sign in to comment.