mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix: macos, fullscreen, remove mimimize button (#8238)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
d79efcedef
commit
b6ebf61d6c
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue