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:
fufesou
2024-05-28 22:33:28 +08:00
committed by GitHub
parent 74d4505b3d
commit 7ca5a0b977
2 changed files with 6 additions and 1 deletions

View File

@@ -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) {