Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Jan 8, 2025
1 parent bf78f56 commit 325edbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src-tauri/src/command/pakeplus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ use std::io::Read;
use std::time::Instant;
use tauri::{path::BaseDirectory, utils::config::WindowConfig, AppHandle, LogicalSize, Manager};

#[derive(serde::Deserialize)]
pub struct BinaryDownloadParams {
filename: String,
binary: Vec<u8>,
}
// #[derive(serde::Deserialize)]
// pub struct BinaryDownloadParams {
// filename: String,
// binary: Vec<u8>,
// }

#[tauri::command]
pub async fn open_window(
Expand Down

0 comments on commit 325edbf

Please sign in to comment.