Skip to content

Commit 9d3bc7d

Browse files
authored
fix switch sides for macOS peers (rustdesk#14661)
Signed-off-by: 21pages <sunboeasy@gmail.com>
1 parent e0427bd commit 9d3bc7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter/lib/common/widgets/toolbar.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
275275
isDesktop &&
276276
ffiModel.keyboard &&
277277
pi.platform != kPeerPlatformAndroid &&
278-
pi.platform != kPeerPlatformMacOS &&
279278
versionCmp(pi.version, '1.2.0') >= 0 &&
280279
bind.peerGetSessionsCount(id: id, connType: ffi.connType.index) == 1) {
281280
v.add(TTextMenu(

0 commit comments

Comments
 (0)