mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
UI for image download refactor and fixes (#98)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user