mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix, macos, remote fullscreen state, debug
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -112,10 +112,7 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
|
||||
windowOnTop(windowId());
|
||||
if (tabController.length == 0) {
|
||||
if (Platform.isMacOS && stateGlobal.closeOnFullscreen) {
|
||||
Timer(
|
||||
Duration(milliseconds: 300),
|
||||
() async => await WindowController.fromWindowId(windowId())
|
||||
.setFullscreen(true));
|
||||
stateGlobal.setFullscreen(true);
|
||||
}
|
||||
}
|
||||
ConnectionTypeState.init(id);
|
||||
|
||||
Reference in New Issue
Block a user