UI for image download refactor and fixes (#98)

This commit is contained in:
Philip Kristoffersen
2022-04-24 21:44:27 +02:00
committed by GitHub
parent 5721c8d47b
commit d2ccef8b9b
7 changed files with 404 additions and 320 deletions
+3
View File
@@ -130,6 +130,9 @@ impl epi::App for MyEguiApp {
}
SyncProgress::Done => ("Done importing games".to_string(), false),
};
if syncing {
ui.ctx().request_repaint();
}
if !status_string.is_empty() {
ui.label(status_string);
}