mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 03:21:28 +03:00
opt: add resize area into the compatible ui mode
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