Merge branch 'main' into 91-implement-the-gui-for-native-desktop-apps-in-flutter
This commit is contained in:
commit
fc5d8efed6
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ use tracing::error;
|
|||
const DESTINATION: u8 = 0;
|
||||
const NONCE_SIZE: usize = 12;
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
const FILE_PATH_PREFIX: &str = "/storage/emulated/0/Download";
|
||||
|
||||
struct File {
|
||||
name: String,
|
||||
size: u64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue