Add progress to ui

This commit is contained in:
Philip Kristoffersen
2022-04-10 15:07:04 +02:00
parent f2965507c4
commit fc40457645
5 changed files with 88 additions and 23 deletions
+3 -1
View File
@@ -4,4 +4,6 @@ mod synchronization;
pub use synchronization::run_sync;
pub use synchronization::download_images;
pub use synchronization::get_platform_shortcuts;
pub use synchronization::get_platform_shortcuts;
pub use synchronization::SyncProgress;