mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
flutter_desktop: handle privacy mode back notifications
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -1004,6 +1004,13 @@ impl LoginConfigHandler {
|
||||
Some(msg_out)
|
||||
}
|
||||
|
||||
/// Get [`PeerConfig`] of the current [`LoginConfigHandler`].
|
||||
///
|
||||
/// # Arguments
|
||||
pub fn get_config(&mut self) -> &mut PeerConfig {
|
||||
&mut self.config
|
||||
}
|
||||
|
||||
/// Get [`OptionMessage`] of the current [`LoginConfigHandler`].
|
||||
/// Return `None` if there's no option, for example, when the session is only for file transfer.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user