mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 02:21:27 +03:00
Merge branch 'master' into modern-dialog
This commit is contained in:
@@ -75,7 +75,7 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
|
||||
isClose: false,
|
||||
),
|
||||
)));
|
||||
return Platform.isMacOS
|
||||
return Platform.isMacOS || kUseCompatibleUiMode
|
||||
? tabWidget
|
||||
: Obx(
|
||||
() => DragToResizeArea(
|
||||
|
||||
Reference in New Issue
Block a user