tmp commit
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
53e87352da
commit
fd12f69afa
6 changed files with 20 additions and 16 deletions
|
|
@ -63,9 +63,9 @@ pub struct Session<T: InvokeUiSession> {
|
|||
pub server_clipboard_enabled: Arc<RwLock<bool>>,
|
||||
pub last_change_display: Arc<Mutex<ChangeDisplayRecord>>,
|
||||
#[cfg(feature = "flutter")]
|
||||
pub pi: PeerInfo,
|
||||
pub pi: Arc<RwLock<PeerInfo>>,
|
||||
#[cfg(feature = "flutter")]
|
||||
pub switch_display: SwitchDisplay,
|
||||
pub switch_display: Arc<RwLock<SwitchDisplay>>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue