remove session's old_clipboard
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9ebfe7f9ce
commit
e0f4cdd18c
5 changed files with 15 additions and 27 deletions
|
|
@ -43,8 +43,6 @@ pub struct Session<T: InvokeUiSession> {
|
|||
pub server_keyboard_enabled: Arc<RwLock<bool>>,
|
||||
pub server_file_transfer_enabled: Arc<RwLock<bool>>,
|
||||
pub server_clipboard_enabled: Arc<RwLock<bool>>,
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
pub old_clipboard: Arc<Mutex<String>>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue