Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/create-shortcut-to-open-uplink-w…
Browse files Browse the repository at this point in the history
…hen-it-is-minimize' into create-shortcut-to-open-uplink-when-it-is-minimize
  • Loading branch information
lgmarchi committed Jan 22, 2024
2 parents 0776934 + d052378 commit 0348a95
Show file tree
Hide file tree
Showing 14 changed files with 516 additions and 301 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/upload_file_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub enum UploadFileAction<T> {
Cancelling,
UploadFiles(Vec<PathBuf>),
Uploading((String, String, String)),
Finishing,
Finishing(PathBuf, bool),
Finished(T),
Error,
}
Expand Down
Loading

0 comments on commit 0348a95

Please sign in to comment.