add: texture renderer

This commit is contained in:
Kingtous
2023-02-22 09:04:43 +08:00
parent f03c265f9c
commit a46c39a67b
2 changed files with 3 additions and 2 deletions

View File

@@ -548,7 +548,7 @@ class WindowActionPanelState extends State<WindowActionPanel>
if (rustDeskWinManager.getActiveWindows().contains(kMainWindowId)) {
await rustDeskWinManager.unregisterActiveWindow(kMainWindowId);
}
// macOS specific workaround, the windows is not hiding when in fullscreen.
// macOS specific workaround, the window is not hiding when in fullscreen.
if (Platform.isMacOS && await windowManager.isFullScreen()) {
await windowManager.setFullScreen(false);
await Future.delayed(Duration(seconds: 1));