refact: web, no minimize btn on fullscreen (#9578)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
83aba804d0
commit
839e8180e0
1 changed files with 1 additions and 1 deletions
|
|
@ -2340,7 +2340,7 @@ class _DraggableShowHideState extends State<_DraggableShowHide> {
|
|||
),
|
||||
),
|
||||
)),
|
||||
if (!isMacOS)
|
||||
if (!isMacOS && !isWebDesktop)
|
||||
Obx(() => Offstage(
|
||||
offstage: isFullscreen.isFalse,
|
||||
child: TextButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue