diff --git a/flutter/lib/desktop/widgets/remote_toolbar.dart b/flutter/lib/desktop/widgets/remote_toolbar.dart index 1374b08f7..6d3136c60 100644 --- a/flutter/lib/desktop/widgets/remote_toolbar.dart +++ b/flutter/lib/desktop/widgets/remote_toolbar.dart @@ -588,7 +588,7 @@ class _MobileActionMenu extends StatelessWidget { assetName: 'assets/actions_mobile.svg', tooltip: 'Mobile Actions', onPressed: () => - ffi.dialogManager.mobileActionsOverlayVisible.toggle(), + ffi.dialogManager.mobileActionsOverlayVisible.toggle(), color: ffi.dialogManager.mobileActionsOverlayVisible.isTrue ? _ToolbarTheme.blueColor : _ToolbarTheme.inactiveColor, @@ -2465,7 +2465,7 @@ class _DraggableShowHideState extends State<_DraggableShowHide> { ), ), )), - Obx(() => Offstage( + if (!isMacOS) Obx(() => Offstage( offstage: isFullscreen.isFalse, child: TextButton( onPressed: () => widget.setMinimize(),