refact: web, no minimize btn on fullscreen (#9578)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
		
							parent
							
								
									83aba804d0
								
							
						
					
					
						commit
						839e8180e0
					
				@ -2340,7 +2340,7 @@ class _DraggableShowHideState extends State<_DraggableShowHide> {
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
            )),
 | 
			
		||||
        if (!isMacOS)
 | 
			
		||||
        if (!isMacOS && !isWebDesktop)
 | 
			
		||||
          Obx(() => Offstage(
 | 
			
		||||
                offstage: isFullscreen.isFalse,
 | 
			
		||||
                child: TextButton(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user