mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: switch texture, do not input os password (#8178)
* refact: switch texture, do not input os password Signed-off-by: fufesou <linlong1266@gmail.com> * Switch texture, refresh video Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -473,6 +473,7 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
pub fn use_texture_render_changed(&self) {
|
||||
self.send(Data::ResetDecoder(None));
|
||||
self.change_prefer_codec();
|
||||
self.send(Data::Message(LoginConfigHandler::refresh()));
|
||||
}
|
||||
|
||||
pub fn restart_remote_device(&self) {
|
||||
|
||||
Reference in New Issue
Block a user