fix: installed, copy&paste, special format (#9570)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-10-06 08:32:04 +08:00
committed by GitHub
parent 9ea09c1515
commit ba832362a7
3 changed files with 3 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ pub struct ClipboardNonFile {
pub height: i32,
// message.proto: ClipboardFormat
pub format: i32,
pub special_name: String,
}
#[cfg(not(any(target_os = "android", target_os = "ios")))]