mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 10:51:28 +03:00
remove global render texture instance
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -582,8 +582,6 @@ class WindowActionPanelState extends State<WindowActionPanel>
|
||||
}
|
||||
await windowManager.hide();
|
||||
} else {
|
||||
renderTexture.destroy();
|
||||
|
||||
// it's safe to hide the subwindow
|
||||
final controller = WindowController.fromWindowId(kWindowId!);
|
||||
if (Platform.isMacOS && await controller.isFullScreen()) {
|
||||
|
||||
Reference in New Issue
Block a user